blob: 3512eadce93fe93514c23ee94b3df4db07c9f745 [file] [log] [blame]
{
"name": "BlueStack-SDK",
"version": "3.0.0",
"summary": "BlueStack by Madvertise provides functionalities for monetizing your mobile application",
"description": "BlueStack by Madvertise provides functionalities for monetizing your mobile application: from premium sales with reach media, video and innovative formats, it facilitates inserting native mobile ads as well all standard display formats. BlueStack SDK is a library that allow you to handle the following Ads servers with the easy way :\nSmart-Display-SDK\nFBAudienceNetwork\nGoogle-Mobile-Ads-SDK\nAmazonPublisherServicesSDK\nCriteoPublisherSdk\nOguryAds\nAppLovinSDK\nFlurryAds\nmopub-ios-sdk\nAdColony",
"homepage": "https://developers.madvertise.com/",
"license": "Commercial",
"authors": {
"MadvertiseMedia": "https://madvertise.com",
"Technical Assistance": "tech@madvertise.com"
},
"source": {
"http": "https://bitbucket.org/mngcorp/mngads-demo-ios/downloads/BlueStack-SDK-v3.0.0.zip"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/BlueStack-SDK/BlueStack-SDK\"",
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/BlueStack-SDK/BlueStack-SDK\""
},
"frameworks": [
"CoreGraphics",
"QuartzCore",
"SystemConfiguration",
"MediaPlayer",
"CoreMotion",
"EventKitUI",
"EventKit",
"AdSupport",
"StoreKit",
"CoreLocation",
"Accelerate",
"CoreTelephony",
"MessageUI"
],
"default_subspecs": "Full",
"subspecs": [
{
"name": "Core",
"source_files": "BlueStack-SDK/**/*.h",
"preserve_paths": "BlueStack-SDK/libBlueStack.a",
"libraries": "BlueStack",
"dependencies": {
"BlueStack-SDK/OMSDKMadvertise": [
]
}
},
{
"name": "OMSDKMadvertise",
"vendored_frameworks": "BlueStack-SDK/OMSDK_Madvertise.framework",
"preserve_paths": "BlueStack-SDK/OMSDK_Madvertise.framework"
},
{
"name": "FBAudienceNetwork",
"preserve_paths": "BlueStack-SDK/libMNGAdsFacebookAdapter.a",
"libraries": "MNGAdsFacebookAdapter",
"dependencies": {
"FBAudienceNetwork": [
"5.9.0"
],
"BlueStack-SDK/Core": [
]
}
},
{
"name": "AppLovinSDK",
"preserve_paths": "BlueStack-SDK/libMNGApplovingAdapter.a",
"libraries": "MNGApplovingAdapter",
"dependencies": {
"AppLovinSDK": [
"6.12.4"
],
"BlueStack-SDK/Core": [
]
}
},
{
"name": "Google-Mobile-Ads-SDK",
"preserve_paths": "BlueStack-SDK/libMNGAdsDFPAdapter.a",
"libraries": "MNGAdsDFPAdapter",
"dependencies": {
"BlueStack-SDK/Core": [
],
"Google-Mobile-Ads-SDK": [
"7.58.0"
]
}
},
{
"name": "Smart-Display-SDK",
"preserve_paths": "BlueStack-SDK/libMNGAdsSASAdapter.a",
"libraries": "MNGAdsSASAdapter",
"dependencies": {
"BlueStack-SDK/Core": [
],
"Smart-Display-SDK": [
"7.4.2"
]
}
},
{
"name": "FlurryAds",
"preserve_paths": "BlueStack-SDK/libMNGFlurryAdapter.a",
"libraries": "MNGFlurryAdapter",
"dependencies": {
"BlueStack-SDK/Core": [
],
"Flurry-iOS-SDK/FlurrySDK": [
"10.3.1"
],
"Flurry-iOS-SDK/FlurryAds": [
"10.3.1"
]
}
},
{
"name": "mopub-ios-sdk",
"preserve_paths": "BlueStack-SDK/libMAdvertiseMoPubAdapter.a",
"libraries": "MAdvertiseMoPubAdapter",
"dependencies": {
"mopub-ios-sdk": [
"5.12.1"
],
"BlueStack-SDK/Core": [
]
}
},
{
"name": "AdColony",
"preserve_paths": "BlueStack-SDK/libMAdvertiseAdColonyAdapter.a",
"libraries": "MAdvertiseAdColonyAdapter",
"dependencies": {
"AdColony": [
"4.1.4"
],
"BlueStack-SDK/Core": [
]
}
},
{
"name": "MAdvertiseLocation",
"preserve_paths": "BlueStack-SDK/libMAdvertiseLocationAdapter.a",
"libraries": "MAdvertiseLocationAdapter",
"dependencies": {
"MAdvertiseLocation": [
"1.8"
],
"BlueStack-SDK/Core": [
]
}
},
{
"name": "AmazonPublisherServicesSDK",
"preserve_paths": "BlueStack-SDK/libBluestackBiddingHBAmazonAPS.a",
"libraries": "BluestackBiddingHBAmazonAPS",
"dependencies": {
"BlueStack-SDK/Core": [
],
"AmazonPublisherServicesSDK": [
"3.2.1"
]
}
},
{
"name": "CriteoPublisherSdk",
"preserve_paths": "BlueStack-SDK/libBluestackBiddingHBCriteo.a",
"libraries": "BluestackBiddingHBCriteo",
"dependencies": {
"CriteoPublisherSdk": [
"3.4.2"
],
"BlueStack-SDK/Core": [
]
}
},
{
"name": "OguryAds",
"preserve_paths": "BlueStack-SDK/libMAdvertiseOguryAdapter.a",
"libraries": "MAdvertiseOguryAdapter",
"dependencies": {
"OguryAds": [
"1.3.2"
],
"OguryConsentManager": [
"1.2.7"
],
"BlueStack-SDK/Core": [
]
}
},
{
"name": "In-App-Bidding",
"dependencies": {
"BlueStack-SDK/CriteoPublisherSdk": [
],
"BlueStack-SDK/Smart-Display-SDK": [
],
"BlueStack-SDK/AmazonPublisherServicesSDK": [
],
"BlueStack-SDK/Core": [
]
}
},
{
"name": "Full",
"dependencies": {
"BlueStack-SDK/Core": [
],
"BlueStack-SDK/FBAudienceNetwork": [
],
"BlueStack-SDK/Google-Mobile-Ads-SDK": [
],
"BlueStack-SDK/Smart-Display-SDK": [
],
"BlueStack-SDK/FlurryAds": [
],
"BlueStack-SDK/mopub-ios-sdk": [
],
"BlueStack-SDK/AdColony": [
],
"BlueStack-SDK/AppLovinSDK": [
],
"BlueStack-SDK/OguryAds": [
],
"BlueStack-SDK/In-App-Bidding": [
]
}
}
]
}