blob: 01541fbaa374cbb66ca7cd518558ed9bf00a5d18 [file] [log] [blame]
{
"name": "PocketAPI",
"version": "1.0.3",
"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": {
"Michael Schneider": "michael@getpocket.com",
"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.3"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"requires_arc": false,
"source_files": "SDK/**/*.{h,m}",
"public_header_files": "SDK/**/PocketAPI*.h",
"frameworks": [
"Foundation",
"Security"
]
}