blob: c4d9f11cb15659f1ed4a84a3e5a5d4f4198c6538 [file] [log] [blame]
{
"name": "HyprMX-AdMob",
"version": "5.4.3",
"cocoapods_version": ">= 1.9.1",
"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.4.3/HyprMX_iOS_AdMob_v5_4_3_b25.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.4.3"
],
"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": [
]
}
}
]
}