[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / b / 9 / PNYCoreKit / 0.0.1 / PNYCoreKit.podspec.json
blob37284c28130e7d004ad2114e1851c6f742afc593
2   "name": "PNYCoreKit",
3   "version": "0.0.1",
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   "source": {
16     "git": "https://devonboyer@bitbucket.org/pennyhq/penny-sdk-ios.git",
17     "tag": "sdk-version-0.0.1"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "ios": {
23     "preserve_paths": "PNYCoreKit.framework",
24     "public_header_files": "PNYCoreKit.framework/Versions/A/Headers/*.h",
25     "vendored_frameworks": "PNYCoreKit.framework",
26     "frameworks": [
27       "CFNetwork",
28       "Security",
29       "MobileCoreServices",
30       "SystemConfiguration"
31     ]
32   }