blob: 6849ea26c3df7c79b9a445ecdfe3b4bc387fc956 [file] [log] [blame]
{
"name": "HyprMX-AdMob",
"version": "5.3.1",
"cocoapods_version": ">= 1.4.0",
"summary": "The AdMob adapter for the HyprMX Marketplace SDK.",
"description": "Integrate the HyprMX SDK to your app to deliver rewarded and interstitial advertisements.",
"homepage": "http://hyprmx.com",
"license": {
"type": "Commercial",
"text": "By using this software, you accept the terms of use at http://www.jungroup.com/tou.html"
},
"authors": {
"HyprMX": "info@hyprmx.com"
},
"source": {
"http": "https://s3.amazonaws.com/cocoapods-files/HyprMX-AdMob/5.3.1/HyprMX_iOS_AdMob_v5_3_1_b19.zip"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "HyprMX-AdMob-Adapter",
"static_framework": true,
"dependencies": {
"Google-Mobile-Ads-SDK": [
]
},
"subspecs": [
{
"name": "HyprMX-AdMob-Adapter",
"dependencies": {
"HyprMX-AdMob/Core": [
],
"HyprMX-AdMob/MRAID": [
]
}
},
{
"name": "Core",
"dependencies": {
"HyprMX/Core": [
"5.3.0"
],
"Google-Mobile-Ads-SDK": [
]
},
"source_files": "AdMob-Adapter/*.{h,m}",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AdMob-Adapter\" \"$(PODS_ROOT)/Google-Mobile-Ads-SDK/**\" \"$(PODS_ROOT)/HyprMX\""
}
},
{
"name": "MRAID",
"dependencies": {
"HyprMX-AdMob/Core": [
],
"HyprMX/MRAID": [
],
"HyprMX": [
],
"Google-Mobile-Ads-SDK": [
]
}
}
]
}