blob: fc6639c4c0ef009299ab036a06085c2c875bf2b1 [file] [log] [blame]
{
"name": "MOBAdvertising",
"version": "3.0",
"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": "3.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"static_framework": true,
"dependencies": {
"Google-Mobile-Ads-SDK": [
"~> 7.35"
]
},
"frameworks": "SystemConfiguration",
"weak_frameworks": "WebKit",
"source_files": [
"Sources/**/*.swift"
]
}