[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / d / b / 3 / RxAdMob / 0.1.1 / RxAdMob.podspec.json
blobe96760d5097f16581cedbc2b219e0411dc14c0d1
2   "name": "RxAdMob",
3   "version": "0.1.1",
4   "summary": "RxSwift Wrapper on Google AdMob",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "description": "RxAdMob is a RxSwift wrapper for Google AdMob.",
10   "homepage": "https://github.com/pinddFull/RxAdMob",
11   "authors": {
12     "pinddfull": "pinddfull@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pinddFull/RxAdMob.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "Sources",
23     "*.swift"
24   ],
25   "swift_version": "4.2",
26   "requires_arc": true,
27   "static_framework": true,
28   "frameworks": "Foundation",
29   "dependencies": {
30     "RxSwift": [
31       "~> 4.3"
32     ],
33     "RxCocoa": [
34       "~> 4.3"
35     ],
36     "Google-Mobile-Ads-SDK": [
37       "~> 7.34.0"
38     ]
39   }