[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 2 / f / SwiftUIMobileAds / 0.1.0 / SwiftUIMobileAds.podspec.json
blobee586e06d4617990d0b153d8f517789d795278a5
2   "name": "SwiftUIMobileAds",
3   "version": "0.1.0",
4   "summary": "SwiftUIMobileAds allows you to integrate v8 of the Google Mobile Ads SDK into your SwiftUI app.",
5   "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.",
6   "homepage": "https://github.com/pnut39/SwiftUIMobileAds",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Patrick Haertel": "patrickhaertel@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/phaertel29",
15   "platforms": {
16     "ios": "14.1"
17   },
18   "source": {
19     "git": "https://github.com/pnut39/SwiftUIMobileAds.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "SwiftUIMobileAds/**/*.{h,m}",
23   "frameworks": [
24     "UIKit",
25     "SwiftUI"
26   ],
27   "dependencies": {
28     "Google-Mobile-Ads-SDK": [
29       "~> 8.0"
30     ]
31   },
32   "swift_versions": "5.0",
33   "swift_version": "5.0"