[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 1 / 3 / RxGoogleMaps / 2.1.3 / RxGoogleMaps.podspec.json
blob1e0a297a47a7ccfc63954362841dfd0cceb4e1e7
2   "name": "RxGoogleMaps",
3   "version": "2.1.3",
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.1.3"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/*.swift",
19   "preserve_paths": "RxGoogleMapsBridge.swift",
20   "dependencies": {
21     "RxSwift": [
22       "~> 3.0.0"
23     ],
24     "RxCocoa": [
25       "~> 3.0.0"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "3.0"
30   }