Skip to content

Commit

Permalink
Updated PocketAPI to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Streza committed Mar 7, 2013
1 parent 4bd1806 commit 6e6701c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions PocketAPI/1.0.2/PocketAPI.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,29 @@
Pod::Spec.new do |s|
s.name = "PocketAPI"
s.version = "1.0.2"
s.summary = "Objective-C SDK for authenticating and making API calls to the Pocket API."
s.description = <<-DESC
The Pocket SDK is the fastest way to add Pocket integration to any iOS or Mac
application. Adding the Pocket SDK to your app is incredibly easy. With a few
lines of code, your app can quickly add support for saving URLs to users'
Pocket lists.
DESC
s.homepage = "http://getpocket.com/developer/"

s.license = 'MIT'

s.authors = { "Steve Streza" => "steve@getpocket.com", "James Yopp" => "james@getpocket.com", "Nate Weiner" => "nate@getpocket.com" }
s.source = { :git => "https://github.com/Pocket/Pocket-ObjC-SDK.git", :tag => "sdk/1.0.2" }

s.ios.deployment_target = '3.0'
s.osx.deployment_target = '10.6'

s.source_files = 'SDK/**/*.{h,m}'

s.public_header_files = 'SDK/**/PocketAPI*.h'

s.frameworks = 'Foundation', 'Security'

s.requires_arc = false

end

0 comments on commit 6e6701c

Please sign in to comment.