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