blob: 9e98b13a806b4d14cb1569666806b27aa4d0b3cc [file] [log] [blame]
{
"name": "startio-mopub-mediation",
"version": "1.0.0",
"summary": "Start.io <-> MoPub iOS Mediation Adapter.",
"description": "Using this adapter you will be able to intergate Start.io SDK via MoPub mediation",
"homepage": "https://www.start.io",
"license": "Apache License, Version 2.0",
"authors": {
"iOS Dev": "iosdev@startapp.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/StartApp-SDK/ios-mopub-mediation.git",
"tag": "1.0.0"
},
"source_files": "StartioMopubMediation/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"static_framework": true,
"user_target_xcconfig": {
"ONLY_ACTIVE_ARCH": "YES"
},
"dependencies": {
"mopub-ios-sdk": [
"~> 5.16"
],
"StartAppSDK": [
"~> 4.6.3"
]
}
}