blob: 5603ea12752e063bb1ab2905101f31ea90417840 [file] [log] [blame]
{
"name": "AdMob",
"version": "1.0.5",
"summary": "Facade framework of Google Add Mob.",
"description": "This framework implements the pattern structural facade which helps to disasociate the different type of ads of Google ModAd",
"homepage": "https://developers.google.com/admob/ios/quick-start?hl=en",
"license": "MIT",
"authors": {
"Jennifer Marmolejos": "jenmarmo02@gmail.com"
},
"platforms": {
"ios": "13.4"
},
"source": {
"git": "https://github.com/jenmiu2/AdMob.git",
"tag": "1.0.5"
},
"source_files": "AdMob/**/*.{swift}",
"static_framework": true,
"dependencies": {
"Google-Mobile-Ads-SDK": [
]
},
"frameworks": "UIKit",
"swift_versions": "5.2",
"swift_version": "5.2"
}