[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 1 / 3 / RxGoogleMaps / 3.0.1 / RxGoogleMaps.podspec.json
blob57552649614d5116a7e7877b83c48ce2cda4a110
2   "name": "RxGoogleMaps",
3   "version": "3.0.1",
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.0.1"
17   },
18   "requires_arc": true,
19   "source_files": "Sources/*.swift",
20   "static_framework": true,
21   "dependencies": {
22     "RxSwift": [
23       "~> 4.0"
24     ],
25     "RxCocoa": [
26       "~> 4.0"
27     ],
28     "GoogleMaps": [
29       "~> 2.6.0"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "SWIFT_VERSION": "4.0"
34   }