[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / b / 6 / Penny-SDK-iOS / 0.1.0 / Penny-SDK-iOS.podspec.json
blob4c6bb0aa272f81960b5b687b7557d4dfed0e9351
2   "name": "Penny-SDK-iOS",
3   "version": "0.1.0",
4   "summary": "Official Penny SDK for iOS to access Penny Platform.",
5   "description": "The Penny SDK for iOS enables you to use Penny's' Platform to build an engaging community driven Question/Answer based feedback system.",
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   "source": {
16     "git": "https://github.com/pennyhq/penny-sdk-ios.git",
17     "tag": "sdk-version-0.1.0"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "subspecs": [
23     {
24       "name": "CoreKit",
25       "ios": {
26         "preserve_paths": "PNYCoreKit.framework",
27         "public_header_files": "PNYCoreKit.framework/Versions/A/Headers/*.h",
28         "vendored_frameworks": "PNYCoreKit.framework",
29         "frameworks": [
30           "CFNetwork",
31           "Security",
32           "MobileCoreServices",
33           "SystemConfiguration"
34         ]
35       }
36     },
37     {
38       "name": "UIKit",
39       "ios": {
40         "preserve_paths": "PNYUIKit.framework",
41         "public_header_files": "PNYUIKit.framework/Versions/A/Headers/*.h",
42         "resources": "PNYUIKitResources.bundle",
43         "vendored_frameworks": "PNYUIKit.framework"
44       },
45       "dependencies": {
46         "Penny-SDK-iOS/CoreKit": [
48         ]
49       }
50     }
51   ]