blob: 65e7240f165569725a3075954720059172b26a73 [file] [log] [blame]
{
"name": "MoPub-DIO-Adapters",
"version": "1.1.0",
"summary": "DIO Adapters for mediating through MoPub.",
"homepage": "https://www.display.io/",
"license": {
"type": "",
"file": "LICENSE"
},
"authors": {
"Ariel Malka": "arielm@display.io"
},
"source": {
"git": "https://github.com/displayio/MoPub-DIO-Adapters-iOS.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "11.0"
},
"static_framework": true,
"subspecs": [
{
"name": "MoPub",
"dependencies": {
"mopub-ios-sdk/Core": [
"~> 5.8"
]
}
},
{
"name": "Network",
"source_files": "Classes/*.{h,m}",
"dependencies": {
"DIOSDK": [
"2.3.0"
],
"mopub-ios-sdk/Core": [
"~> 5.8"
]
}
}
]
}