[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / d / 6 / PNYUIKit / 0.1.0 / PNYUIKit.podspec.json
blob3482cf69307cf1c1181cf0373d002c81e93b8a5d
2   "name": "PNYUIKit",
3   "version": "0.1.0",
4   "summary": "Official Penny SDK for iOS to access Penny Platform.",
5   "description": "                   The Penny SDK for iOS UIKit framework provides:\n                   * Pre-configured user interface components for displaying Questions, Posts, and Answers.\n                   * Pre-configured user interface components for composing Posts, and Answers.\n",
6   "license": {
7     "type": "Penny Platform License",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Devon Boyer": "devon@thecodery.com"
12   },
13   "homepage": "https://github.com/pennyhq/penny-sdk-ios",
14   "requires_arc": true,
15   "libraries": "z",
16   "source": {
17     "git": "https://github.com/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": "PNYUIKit.framework",
25     "public_header_files": "PNYUIKit.framework/Versions/A/Headers/*.h",
26     "resources": "PNYUIKitResources.bundle",
27     "vendored_frameworks": "PNYUIKit.framework"
28   },
29   "dependencies": {
30     "PNYCoreKit": [
32     ]
33   }