blob: 6c4f28aa85bfa5e77c8c83fa761e2278ae01126a [file] [log] [blame]
{
"name": "Bluestack-SDK-Core",
"version": "3.2.3",
"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",
"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-Core-v3.2.3.zip"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Bluestack-SDK-Core/Bluestack-SDK-Core\"",
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Bluestack-SDK-Core/Bluestack-SDK-Core\""
},
"frameworks": [
"CoreGraphics",
"QuartzCore",
"SystemConfiguration",
"MediaPlayer",
"CoreMotion",
"EventKitUI",
"EventKit",
"AdSupport",
"StoreKit",
"CoreLocation",
"Accelerate",
"CoreTelephony",
"MessageUI"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Bluestack-SDK-Core/**/*.h",
"preserve_paths": "Bluestack-SDK-Core/libBlueStack.a",
"libraries": "BlueStack",
"dependencies": {
"Bluestack-SDK-Core/OMSDKMadvertise": [
]
}
},
{
"name": "OMSDKMadvertise",
"vendored_frameworks": "Bluestack-SDK-Core/OMSDK_Madvertise.xcframework",
"preserve_paths": "Bluestack-SDK-Core/OMSDK_Madvertise.xcframework"
}
]
}