blob: af0b7fe8156bf984ffd3230bb491a0350cab2383 [file] [log] [blame]
{
"name": "MFXSDK_MoPub_Adapter",
"version": "4.2.2",
"summary": "MobFox's iOS MopPub Adapter",
"description": "MobFox's iOS SDK Used To Get Ads From The MobFox SSP",
"homepage": "https://www.mobfox.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MobFox": "ofir.ka@mobfox.com"
},
"source": {
"git": "https://github.com/mobfox/MFX-iOS-SDK.git",
"tag": "4.2.2"
},
"platforms": {
"ios": "9.0"
},
"static_framework": true,
"requires_arc": true,
"ios": {
"libraries": "z"
},
"source_files": "Adapters/MoPub/**/*.{h,m}",
"frameworks": "AdSupport",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "MFXSDKCore/**"
},
"dependencies": {
"MFXSDK_Native": [
"4.2.2"
],
"mopub-ios-sdk": [
"~> 5.5"
]
}
}