[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 2 / 3 / 0 / PocketAPI / 1.0.3 / PocketAPI.podspec.json
blob01541fbaa374cbb66ca7cd518558ed9bf00a5d18
2   "name": "PocketAPI",
3   "version": "1.0.3",
4   "summary": "Objective-C SDK for authenticating and making API calls to the Pocket API.",
5   "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",
6   "homepage": "http://getpocket.com/developer/",
7   "license": "MIT",
8   "authors": {
9     "Michael Schneider": "michael@getpocket.com",
10     "Steve Streza": "steve@getpocket.com",
11     "James Yopp": "james@getpocket.com",
12     "Nate Weiner": "nate@getpocket.com"
13   },
14   "source": {
15     "git": "https://github.com/Pocket/Pocket-ObjC-SDK.git",
16     "tag": "sdk/1.0.3"
17   },
18   "platforms": {
19     "ios": "4.3",
20     "osx": "10.6"
21   },
22   "requires_arc": false,
23   "source_files": "SDK/**/*.{h,m}",
24   "public_header_files": "SDK/**/PocketAPI*.h",
25   "frameworks": [
26     "Foundation",
27     "Security"
28   ]