[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 0 / 1 / 2 / startio-admob-mediation / 1.0.0 / startio-admob-mediation.podspec.json
blob5879def77db83051210ac4f9fc1f751aaf386f20
2   "name": "startio-admob-mediation",
3   "version": "1.0.0",
4   "summary": "Start.io <-> AdMob iOS Mediation Adapter.",
5   "description": "Using this adapter you will be able to intergate Start.io SDK via AdMob mediation",
6   "homepage": "https://www.start.io",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iOS Dev": "iosdev@startapp.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/StartApp-SDK/ios-admob-mediation.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "StartioAdmobMediation/**/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "static_framework": true,
28   "user_target_xcconfig": {
29     "ONLY_ACTIVE_ARCH": "YES"
30   },
31   "dependencies": {
32     "Google-Mobile-Ads-SDK": [
33       "~> 8.5.0"
34     ],
35     "StartAppSDK": [
36       "~> 4.6.4"
37     ]
38   }