blob: 81269cc5fdc798cc181fec37856afc1df948c88f [file] [log] [blame]
{
"name": "MOBAdvertising",
"version": "5.1.3",
"summary": "A wrapper for GogleMobileAds that allows one to present banner ads that show with any application, including a tab bar application",
"homepage": "https://github.com/Moballo-LLC/MOBAdvertising",
"license": "MIT",
"authors": {
"Jason Morcos - Moballo, LLC": "jason.morcos@moballo.com"
},
"source": {
"git": "https://github.com/Moballo-LLC/MOBAdvertising.git",
"tag": "5.1.3"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_versions": "5.0",
"static_framework": true,
"dependencies": {
"Google-Mobile-Ads-SDK": [
"~> 7.66"
]
},
"frameworks": "SystemConfiguration",
"weak_frameworks": "WebKit",
"source_files": [
"Sources/**/*.swift"
],
"swift_version": "5.0"
}