[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 1 / 0 / StackModules / 0.6.7 / StackModules.podspec.json
blob34d025dfc3597f0275e8a7026238bb15294fb7bf
2   "name": "StackModules",
3   "version": "0.6.7",
4   "summary": "Supported modules for Stack iOS products",
5   "description": "Supported modules for Stack iOS products. Used in Appodeal, BidMachine and DataCore",
6   "homepage": "http://www.appodeal.com",
7   "license": {
8     "type": "GPL 3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stack": "http://www.explorestack.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "http": "https://s3-us-west-1.amazonaws.com/appodeal-ios/StackModules/v0.6.7/StackModules.zip"
19   },
20   "default_subspecs": "StackUIKit",
21   "swift_version": "4.2",
22   "subspecs": [
23     {
24       "name": "StackFoundation",
25       "vendored_frameworks": "StackFoundation.framework",
26       "libraries": "z",
27       "frameworks": [
28         "SafariServices",
29         "StoreKit",
30         "WebKit",
31         "CoreTelephony",
32         "SystemConfiguration",
33         "AdSupport",
34         "CoreLocation"
35       ]
36     },
37     {
38       "name": "StackUIKit",
39       "vendored_frameworks": "StackUIKit.framework",
40       "dependencies": {
41         "StackModules/StackFoundation": [
43         ]
44       }
45     },
46     {
47       "name": "StackConsentDialog",
48       "vendored_frameworks": "StackConsentDialog.framework",
49       "source_files": "Dummy.swift",
50       "dependencies": {
51         "StackModules/StackFoundation": [
53         ],
54         "StackModules/StackUIKit": [
56         ],
57         "PersonalizedAdConsent": [
58           "~> 1.0"
59         ]
60       }
61     }
62   ]