[Add] DGisFlutterMapSDK 12.3.0
[CocoaPods.git] / Specs / 6 / d / 7 / AppWheel / 2.0.10.2 / AppWheel.podspec.json
blobfeff5e64e27a9ab415afc8815e46622d738efd1e
2   "name": "AppWheel",
3   "version": "2.0.10.2",
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.10.2"
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   ]