blob: 825911f9e2994265751f78e70509442496f1a82d [file] [log] [blame]
{
"name": "SwiftyAds",
"version": "11.2.1",
"license": "MIT",
"summary": "A swift helper to show Google AdMob ads. GDPR compliant.",
"homepage": "https://github.com/crashoverride777/swifty-ads",
"authors": {
"Dominik": "overrideinteractive@icloud.com"
},
"swift_versions": [
"5.1",
"5.2",
"5.3"
],
"platforms": {
"ios": "11.4"
},
"requires_arc": true,
"static_framework": true,
"source": {
"git": "https://github.com/crashoverride777/swifty-ads.git",
"tag": "11.2.1"
},
"source_files": "Sources/**/*.{h,m,swift}",
"dependencies": {
"Google-Mobile-Ads-SDK": [
"~> 7.69.0"
],
"PersonalizedAdConsent": [
"~> 1.0.5"
]
},
"swift_version": "5.3"
}