[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / d / 7 / AppWheel / 2.1.6.0 / AppWheel.podspec.json
blobe7419840911b28f7de41f91289d776750eb6b0dd
2   "name": "AppWheel",
3   "version": "2.1.6.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.1.6.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": "core",
39       "vendored_frameworks": "sdk/core/AWCore.framework"
40     },
41     {
42       "name": "analytics",
43       "vendored_frameworks": "sdk/analytics/AWAnalytics.framework"
44     },
45     {
46       "name": "purchase",
47       "vendored_frameworks": "sdk/purchaseSDK/PurchaseSDK.framework",
48       "resources": "sdk/purchaseSDK/*.bundle"
49     },
50     {
51       "name": "marvel",
52       "vendored_frameworks": "sdk/marvel/AWMarvel.framework"
53     }
54   ]