blob: b6e368deb8dc0ba6795b8a08c7872cb2464be42b [file] [log] [blame]
{
"name": "AKGADWrapper",
"version": "1.0.2",
"summary": "UIViewController wrapper with the AdMob",
"description": "A wrapper for a UIViewController with a GADBannerView at the bottom and autolayout support",
"homepage": "https://github.com/numen31337/AKGADWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleksandr Kirichenko": "numen31337@gmail.com"
},
"social_media_url": "https://www.facebook.com/AleksandrKirichenko",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/numen31337/AKGADWrapper.git",
"tag": "1.0.2"
},
"source_files": "AKGADWrapper/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Google-Mobile-Ads-SDK": [
],
"SAMKeychain": [
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Google-Mobile-Ads-SDK/**",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}