Skip to content

Commit

Permalink
Snapper 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Mar 29, 2013
1 parent ed1d5dc commit 6c71273
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Snapper/0.11.1/Snapper.podspec
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = "Snapper"
s.version = "0.11.1"
s.summary = "An App.net client library for iOS and Mac."

s.homepage = "https://github.com/pilgrimagesoftware/Snapper"
s.license = 'MIT'
s.author = { "Paul Schifferer" => "paul@schifferers.net" }

s.source = { :git => "https://github.com/pilgrimagesoftware/Snapper.git", :tag => "0.11.1" }
s.source_files = 'Snapper', 'Snapper/**/*.{h,m}'
s.framework = 'Foundation'

s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.requires_arc = true

s.dependency 'Mantle', '~> 0.2.2'
end

0 comments on commit 6c71273

Please sign in to comment.