[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 0 / 3 / MOBAdvertising / 7.1.0 / MOBAdvertising.podspec.json
blob200e2c7935c953bd59dba8c24c7be26965cecf63
2   "name": "MOBAdvertising",
3   "version": "7.1.0",
4   "summary": "A wrapper for GogleMobileAds that allows one to present banner ads that show with any application, including a tab bar application",
5   "homepage": "https://github.com/Moballo-LLC/MOBAdvertising",
6   "license": "MIT",
7   "authors": {
8     "Jason Morcos - Moballo, LLC": "jason.morcos@moballo.com"
9   },
10   "source": {
11     "git": "https://github.com/Moballo-LLC/MOBAdvertising.git",
12     "tag": "7.1.0"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "pod_target_xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
19     "EXCLUDED_ARCHS[sdk=iphoneos*]": "x86_64"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
23     "EXCLUDED_ARCHS[sdk=iphoneos*]": "x86_64"
24   },
25   "swift_versions": "5.0",
26   "dependencies": {
27     "Google-Mobile-Ads-SDK": [
28       "~> 8.0"
29     ]
30   },
31   "static_framework": true,
32   "weak_frameworks": "UserMessagingPlatform",
33   "source_files": [
34     "_Project/Sources/**/*.swift"
35   ],
36   "swift_version": "5.0"