blob: e2c0a876ca239969e43caafc33587906a23fcdb1 [file] [log] [blame]
{
"name": "PocketAPI",
"version": "1.0.1",
"summary": "Objective-C SDK for authenticating and making API calls to the Pocket API.",
"description": " The Pocket SDK is the fastest way to add Pocket integration to any iOS or Mac \n application. Adding the Pocket SDK to your app is incredibly easy. With a few \n lines of code, your app can quickly add support for saving URLs to users' \n Pocket lists.\n",
"homepage": "http://getpocket.com/developer/",
"license": "MIT",
"authors": {
"Steve Streza": "steve@getpocket.com",
"James Yopp": "james@getpocket.com",
"Nate Weiner": "nate@getpocket.com"
},
"source": {
"git": "https://github.com/Pocket/Pocket-ObjC-SDK.git",
"tag": "sdk/1.0.1"
},
"platforms": {
"ios": "3.0",
"osx": "10.6"
},
"source_files": "SDK/**/*.{h,m}",
"public_header_files": "SDK/**/PocketAPI*.h",
"frameworks": [
"Foundation",
"Security"
],
"requires_arc": false
}