[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 1 / 3 / RxGoogleMaps / 2.2.0 / RxGoogleMaps.podspec.json
blob7565c9f50106b58de643e5323b3814d32bdba1bf
2   "name": "RxGoogleMaps",
3   "version": "2.2.0",
4   "summary": "RxSwift reactive wrapper for GoogleMaps SDK.",
5   "homepage": "https://github.com/RxSwiftCommunity/RxGoogleMaps",
6   "license": "MIT",
7   "authors": {
8     "Yongha Yoo": "inkyfox@oo-v.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/RxSwiftCommunity/RxGoogleMaps.git",
15     "tag": "2.2.0"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/*.swift",
19   "preserve_paths": "RxGoogleMapsBridge.swift",
20   "dependencies": {
21     "RxSwift": [
22       "~> 3.2"
23     ],
24     "RxCocoa": [
25       "~> 3.2"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "3.0"
30   },
31   "pushed_with_swift_version": "3.0"