[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 3 / 0 / PocketAPI / 1.0.1 / PocketAPI.podspec.json
blobe2c0a876ca239969e43caafc33587906a23fcdb1
2   "name": "PocketAPI",
3   "version": "1.0.1",
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     "Steve Streza": "steve@getpocket.com",
10     "James Yopp": "james@getpocket.com",
11     "Nate Weiner": "nate@getpocket.com"
12   },
13   "source": {
14     "git": "https://github.com/Pocket/Pocket-ObjC-SDK.git",
15     "tag": "sdk/1.0.1"
16   },
17   "platforms": {
18     "ios": "3.0",
19     "osx": "10.6"
20   },
21   "source_files": "SDK/**/*.{h,m}",
22   "public_header_files": "SDK/**/PocketAPI*.h",
23   "frameworks": [
24     "Foundation",
25     "Security"
26   ],
27   "requires_arc": false