[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / b / 9 / PNYCoreKit / 0.1.0 / PNYCoreKit.podspec.json
blobb060aa6d9c1459ac476bd8d8499c25d5afa56137
2   "name": "PNYCoreKit",
3   "version": "0.1.0",
4   "summary": "Official Penny SDK for iOS to access Penny Platform.",
5   "description": "                   The Penny SDK for iOS CoreKit framework provides:\n                   * Common SDK classes,\n                   * APIs for User Authentication and requests to the Penny REST API.\n",
6   "license": {
7     "type": "Penny Platform License",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Devon Boyer": "devon@thecodery.com"
12   },
13   "homepage": "http://tellpenny.com",
14   "requires_arc": true,
15   "libraries": "z",
16   "source": {
17     "git": "https://devonboyer@bitbucket.org/pennyhq/penny-sdk-ios.git",
18     "tag": "sdk-version-0.1.0"
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "ios": {
24     "preserve_paths": "PNYCoreKit.framework",
25     "public_header_files": "PNYCoreKit.framework/Versions/A/Headers/*.h",
26     "vendored_frameworks": "PNYCoreKit.framework",
27     "frameworks": [
28       "CFNetwork",
29       "Security",
30       "MobileCoreServices",
31       "SystemConfiguration"
32     ]
33   }