[Add] VIDVOCR 3.1.5
[CocoaPods.git] / Specs / f / 1 / 3 / RxGoogleMaps / 4.0.0 / RxGoogleMaps.podspec.json
bloba7f3620ad974aea85c11d4bdd2e24efca3368a90
2   "name": "RxGoogleMaps",
3   "version": "4.0.0",
4   "summary": "RxSwift reactive wrapper for GoogleMaps SDK.",
5   "homepage": "https://github.com/RxSwiftCommunity/RxGoogleMaps",
6   "license": "MIT",
7   "authors": {
8     "RxSwift Community": "community@rxswift.org"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/RxSwiftCommunity/RxGoogleMaps.git",
15     "tag": "4.0.0"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/*.swift",
19   "static_framework": true,
20   "dependencies": {
21     "RxSwift": [
22       "~> 5"
23     ],
24     "RxCocoa": [
25       "~> 5"
26     ],
27     "GoogleMaps": [
28       "~> 3"
29     ]
30   }