blob: 4819ce3aeacfa8dc1483d405a7205430976b5d27 [file] [log] [blame]
{
"name": "StackModules",
"version": "0.6.10",
"summary": "Supported modules for Stack iOS products",
"description": "Supported modules for Stack iOS products. Used in Appodeal, BidMachine and DataCore",
"homepage": "http://www.appodeal.com",
"license": {
"type": "GPL 3.0",
"file": "LICENSE"
},
"authors": {
"Stack": "http://www.explorestack.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://s3-us-west-1.amazonaws.com/appodeal-ios/StackModules/v0.6.10/StackModules.zip"
},
"default_subspecs": "StackUIKit",
"subspecs": [
{
"name": "StackFoundation",
"vendored_frameworks": "StackFoundation.framework",
"libraries": "z",
"frameworks": [
"SafariServices",
"StoreKit",
"WebKit",
"CoreTelephony",
"SystemConfiguration",
"AdSupport",
"CoreLocation",
"MobileCoreServices"
]
},
{
"name": "StackUIKit",
"vendored_frameworks": "StackUIKit.framework",
"dependencies": {
"StackModules/StackFoundation": [
]
}
}
]
}