Files
JBChartView/PocketAPI/1.0.1/PocketAPI.podspec
T
2012-12-05 16:41:20 -08:00

30 lines
1.1 KiB
Ruby

Pod::Spec.new do |s|
s.name = "PocketAPI"
s.version = "1.0.1"
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.1" }
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