[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / 1 / 0 / StackModules / 0.7.3 / StackModules.podspec.json
blob5360ed506b8d14e675b6070795ead4ed8231d81c
2   "name": "StackModules",
3   "version": "0.7.3",
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.7.3/StackModules.zip"
19   },
20   "default_subspecs": "StackUIKit",
21   "subspecs": [
22     {
23       "name": "StackFoundation",
24       "vendored_frameworks": "StackFoundation.framework",
25       "libraries": "z",
26       "frameworks": [
27         "SafariServices",
28         "StoreKit",
29         "WebKit",
30         "CoreTelephony",
31         "SystemConfiguration",
32         "AdSupport",
33         "CoreLocation",
34         "MobileCoreServices"
35       ]
36     },
37     {
38       "name": "StackUIKit",
39       "vendored_frameworks": "StackUIKit.framework",
40       "dependencies": {
41         "StackModules/StackFoundation": [
43         ]
44       }
45     }
46   ]