blob: cde1581c83bcc1f0e3a7719f9a4e2a3a4a778ba4 [file] [log] [blame]
{
"name": "MoPub-TapJoy-Adapters",
"version": "12.7.0.0",
"summary": "TapJoy Adapters for mediating through MoPub.",
"description": "Supported ad formats: Interstitial, Rewarded Video.\n\nTo download and integrate the TapJoy SDK, please check this tutorial: https://dev.tapjoy.com/sdk-integration/ios/getting-started-guide-publishers-ios/ \n\n\nFor inquiries and support, please email https://dev.tapjoy.com/contact-support/.",
"homepage": "https://github.com/mopub/mopub-ios-mediation",
"license": {
"type": "New BSD",
"file": "LICENSE"
},
"authors": {
"MoPub": "support@mopub.com"
},
"source": {
"git": "https://github.com/mopub/mopub-ios-mediation.git",
"tag": "tapjoy-12.7.0.0"
},
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
"EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
"EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
},
"subspecs": [
{
"name": "MoPub",
"dependencies": {
"mopub-ios-sdk/Core": [
"~> 5.13"
]
}
},
{
"name": "Network",
"source_files": "Tapjoy/*.{h,m}",
"dependencies": {
"TapjoySDK": [
"12.7.0"
],
"mopub-ios-sdk/Core": [
"~> 5.13"
]
}
}
]
}