[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / f / 1 / 0 / StackModules / 0.6.8 / StackModules.podspec.json
blob0009911b46f0620210a2735ffdd145d36703e918
2   "name": "StackModules",
3   "version": "0.6.8",
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.8/StackModules.zip"
19   },
20   "default_subspecs": "StackUIKit",
21   "swift_versions": "4.2",
22   "swift_version": "4.2",
23   "subspecs": [
24     {
25       "name": "StackFoundation",
26       "vendored_frameworks": "StackFoundation.framework",
27       "libraries": "z",
28       "frameworks": [
29         "SafariServices",
30         "StoreKit",
31         "WebKit",
32         "CoreTelephony",
33         "SystemConfiguration",
34         "AdSupport",
35         "CoreLocation"
36       ]
37     },
38     {
39       "name": "StackUIKit",
40       "vendored_frameworks": "StackUIKit.framework",
41       "dependencies": {
42         "StackModules/StackFoundation": [
44         ]
45       }
46     },
47     {
48       "name": "StackConsentDialog",
49       "vendored_frameworks": "StackConsentDialog.framework",
50       "source_files": "Dummy.swift",
51       "dependencies": {
52         "StackModules/StackFoundation": [
54         ],
55         "StackModules/StackUIKit": [
57         ],
58         "PersonalizedAdConsent": [
59           "~> 1.0"
60         ]
61       }
62     }
63   ]