blob: 343314e6210bdc518f4021892540c8ea7c52f807 [file] [log] [blame]
{
"name": "MUKAdMobViewController",
"platforms": {
"ios": "6.0"
},
"version": "1.0",
"summary": "View controller which manages an AdMob banner, geolocation and interstitial presentation.",
"license": {
"type": "BSD 3-Clause",
"file": "LICENSE"
},
"homepage": "https://github.com/muccy/MUKAdMobViewController",
"authors": {
"Marco Muccinelli": "muccymac@gmail.com"
},
"source": {
"git": "https://github.com/muccy/MUKAdMobViewController.git",
"tag": "1.0"
},
"requires_arc": true,
"source_files": "MUKAdMobViewController/*.{h,m}",
"compiler_flags": "-Wdocumentation",
"frameworks": "CoreLocation",
"dependencies": {
"AdMob": [
"~>6.4"
]
}
}