[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / d / 7 / AppWheel / 2.0.5.0 / AppWheel.podspec.json
blob51ceb43f25f144376d5351b4d1d737cf999c71ca
2   "name": "AppWheel",
3   "version": "2.0.5.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.5.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   },
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "subspecs": [
33     {
34       "name": "purchase",
35       "vendored_frameworks": "sdk/purchaseSDK/PurchaseSDK.framework",
36       "resources": "sdk/purchaseSDK/*.bundle"
37     },
38     {
39       "name": "subscribeUI",
40       "source_files": "sdk/uiSDK/classes/**/*.{h,m}",
41       "public_header_files": "sdk/uiSDK/classes/**/*.h",
42       "resources": "sdk/uiSDK/*.bundle",
43       "dependencies": {
44         "AppWheel/purchase": [
46         ],
47         "Masonry": [
49         ],
50         "AFNetworking": [
52         ],
53         "SDWebImage": [
55         ]
56       }
57     }
58   ]