[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / d / 7 / AppWheel / 2.0.9.0 / AppWheel.podspec.json
blob67e2dfbc7d71ff541f27db3c2241b11fee4f9d93
2   "name": "AppWheel",
3   "version": "2.0.9.0",
4   "summary": "A short description of AppWheel.",
5   "description": "An in-app purchase module for iOS project",
6   "homepage": "https://github.com/Pixocial/testSaaS-iOS/blob/master/README.md",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pixocial": "app@miraclevision.sg"
13   },
14   "source": {
15     "git": "https://github.com/Pixocial/testSaaS-iOS.git",
16     "tag": "2.0.9.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "StoreKit",
21     "Security"
22   ],
23   "platforms": {
24     "ios": "10.0"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
28     "GENERATE_INFOPLIST_FILE": "YES",
29     "VALID_ARCHS": "x86_64 armv7 arm64"
30   },
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
33     "GENERATE_INFOPLIST_FILE": "YES",
34     "VALID_ARCHS": "x86_64 armv7 arm64"
35   },
36   "subspecs": [
37     {
38       "name": "purchase",
39       "vendored_frameworks": "sdk/purchaseSDK/PurchaseSDK.framework",
40       "resources": "sdk/purchaseSDK/*.bundle"
41     },
42     {
43       "name": "subscribeUI",
44       "source_files": "sdk/uiSDK/classes/**/*.{h,m}",
45       "public_header_files": "sdk/uiSDK/classes/**/*.h",
46       "resources": "sdk/uiSDK/*.bundle",
47       "dependencies": {
48         "AppWheel/purchase": [
50         ],
51         "Masonry": [
53         ],
54         "AFNetworking": [
56         ],
57         "SDWebImage": [
59         ]
60       }
61     }
62   ]