[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 4 / 6 / 5 / RxMapKit / 1.0.2 / RxMapKit.podspec.json
blob2ddebba626083bac668ad991da3a3c8ee65da139
2   "name": "RxMapKit",
3   "version": "1.0.2",
4   "summary": "RxSwift reactive wrapper for MapKit.",
5   "homepage": "https://github.com/inkyfox/RxMapKit",
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/inkyfox/RxMapKit.git",
15     "tag": "1.0.2"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/*.swift",
19   "dependencies": {
20     "RxSwift": [
21       "~> 3.0.0-rc.1"
22     ],
23     "RxCocoa": [
24       "~> 3.0.0-rc.1"
25     ]
26   },
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "3.0"
29   }