blob: 5879def77db83051210ac4f9fc1f751aaf386f20 [file] [log] [blame]
{
"name": "startio-admob-mediation",
"version": "1.0.0",
"summary": "Start.io <-> AdMob iOS Mediation Adapter.",
"description": "Using this adapter you will be able to intergate Start.io SDK via AdMob mediation",
"homepage": "https://www.start.io",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"iOS Dev": "iosdev@startapp.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/StartApp-SDK/ios-admob-mediation.git",
"tag": "1.0.0"
},
"source_files": "StartioAdmobMediation/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"static_framework": true,
"user_target_xcconfig": {
"ONLY_ACTIVE_ARCH": "YES"
},
"dependencies": {
"Google-Mobile-Ads-SDK": [
"~> 8.5.0"
],
"StartAppSDK": [
"~> 4.6.4"
]
}
}