blob: bf2cb419d9c243ecb43004d89e8dd0c78bf09d54 [file] [log] [blame]
{
"name": "AdMob",
"version": "1.0.0",
"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.0"
},
"source_files": "AdMob/**/*.{swift}",
"static_framework": true,
"dependencies": {
"Google-Mobile-Ads-SDK": [
]
},
"frameworks": "UIKit",
"swift_versions": "5.2",
"swift_version": "5.2"
}