[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 1 / 3 / RxGoogleMaps / 3.1.0 / RxGoogleMaps.podspec.json
blobbcffa3d892496d7dcd665874aded978fd4f9032f
2   "name": "RxGoogleMaps",
3   "version": "3.1.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     "RxSwift Community": "community@rxswift.org"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/RxSwiftCommunity/RxGoogleMaps.git",
16     "tag": "3.1.0"
17   },
18   "requires_arc": true,
19   "source_files": "Sources/*.swift",
20   "static_framework": true,
21   "dependencies": {
22     "RxSwift": [
23       "~> 4.3"
24     ],
25     "RxCocoa": [
26       "~> 4.3"
27     ],
28     "GoogleMaps": [
29       "~> 2.7.0"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "SWIFT_VERSION": "4.2"
34   }