blob: 3aff9421b791a2b002d12aed6881ecbf0d8661b5 [file] [log] [blame]
{
"name": "SwiftyAds",
"version": "12.3.0",
"license": "MIT",
"summary": "A Swift library to display Google AdMob ads. GDPR, COPPA and App Tracking Transparency 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": "12.3.0"
},
"source_files": "Sources/**/*.{h,m,swift}",
"dependencies": {
"Google-Mobile-Ads-SDK": [
"~> 8.0.0"
]
},
"swift_version": "5.3"
}