blob: 94e00ded77228fb385c96a0a534384cbf21a879c [file] [log] [blame]
{
"name": "SwiftyAds",
"version": "12.6.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.6.0"
},
"source_files": "Sources/**/*.{h,m,swift}",
"dependencies": {
"Google-Mobile-Ads-SDK": [
"~> 8.3.0"
]
},
"swift_version": "5.3"
}