blob: ee586e06d4617990d0b153d8f517789d795278a5 [file] [log] [blame]
{
"name": "SwiftUIMobileAds",
"version": "0.1.0",
"summary": "SwiftUIMobileAds allows you to integrate v8 of the Google Mobile Ads SDK into your SwiftUI app.",
"description": "Use SwiftUIMobileAds to integrate Admob/Google Mobile Ads into your SwiftUI app. SwiftUIMobileAds creates a simple view for Banner Ads that can easily be added to a ZStack. For Interstitial and Rewarded Ads, SwiftUIMobileAds provides two new view modifiers similar to .sheet() that allow you to easily ad these full screen ads to your app.",
"homepage": "https://github.com/pnut39/SwiftUIMobileAds",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Patrick Haertel": "patrickhaertel@icloud.com"
},
"social_media_url": "https://twitter.com/phaertel29",
"platforms": {
"ios": "14.1"
},
"source": {
"git": "https://github.com/pnut39/SwiftUIMobileAds.git",
"tag": "0.1.0"
},
"source_files": "SwiftUIMobileAds/**/*.{h,m}",
"frameworks": [
"UIKit",
"SwiftUI"
],
"dependencies": {
"Google-Mobile-Ads-SDK": [
"~> 8.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}