[Add] Backpack-Common 73.12.0
[CocoaPods.git] / Specs / b / 9 / 3 / Bluestack-SDK-Core / 3.2.2 / Bluestack-SDK-Core.podspec.json
blob4e748aae82588aa58b32900341e8b89d087551de
2   "name": "Bluestack-SDK-Core",
3   "version": "3.2.2",
4   "summary": "BlueStack by Madvertise provides functionalities for monetizing your mobile application",
5   "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",
6   "homepage": "https://developers.madvertise.com/",
7   "license": "Commercial",
8   "authors": {
9     "MadvertiseMedia": "https://madvertise.com",
10     "Technical Assistance": "tech@madvertise.com"
11   },
12   "source": {
13     "http": "https://bitbucket.org/mngcorp/mngads-demo-ios/downloads/Bluestack-SDK-Core-v3.2.2.zip"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Bluestack-SDK-Core/Bluestack-SDK-Core\"",
21     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Bluestack-SDK-Core/Bluestack-SDK-Core\""
22   },
23   "frameworks": [
24     "CoreGraphics",
25     "QuartzCore",
26     "SystemConfiguration",
27     "MediaPlayer",
28     "CoreMotion",
29     "EventKitUI",
30     "EventKit",
31     "AdSupport",
32     "StoreKit",
33     "CoreLocation",
34     "Accelerate",
35     "CoreTelephony",
36     "MessageUI"
37   ],
38   "default_subspecs": "Core",
39   "subspecs": [
40     {
41       "name": "Core",
42       "source_files": "Bluestack-SDK-Core/**/*.h",
43       "preserve_paths": "Bluestack-SDK-Core/libBlueStack.a",
44       "libraries": "BlueStack",
45       "dependencies": {
46         "Bluestack-SDK-Core/OMSDKMadvertise": [
48         ]
49       }
50     },
51     {
52       "name": "OMSDKMadvertise",
53       "vendored_frameworks": "Bluestack-SDK-Core/OMSDK_Madvertise.xcframework",
54       "preserve_paths": "Bluestack-SDK-Core/OMSDK_Madvertise.xcframework"
55     }
56   ]