[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 0 / 1 / 2 / startio-admob-mediation / 2.0.0 / startio-admob-mediation.podspec.json
blob5740d04835df94a513633418d4be887eaf134b39
2   "name": "startio-admob-mediation",
3   "version": "2.0.0",
4   "summary": "Start.io <-> AdMob iOS Mediation Adapter.",
5   "description": "Using this adapter you will be able to integrate 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": "2.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   "dependencies": {
29     "Google-Mobile-Ads-SDK": [
30       "~> 9.13"
31     ],
32     "StartAppSDK": [
33       "~> 4.8"
34     ]
35   }