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