[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 4 / 6 / 5 / RxMapKit / 1.0.3 / RxMapKit.podspec.json
blobe6a8491135ee1babdd476449184bf3661842ef7a
2   "name": "RxMapKit",
3   "version": "1.0.3",
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.3"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/*.swift",
19   "dependencies": {
20     "RxSwift": [
21       "~> 3.0.0"
22     ],
23     "RxCocoa": [
24       "~> 3.0.0"
25     ]
26   },
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "3.0"
29   }