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