[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 5 / RxMapKit / 1.2.0 / RxMapKit.podspec.json
blob68778734e7cb875623321494735ff424664032c3
2   "name": "RxMapKit",
3   "version": "1.2.0",
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.2.0"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/*.swift",
19   "dependencies": {
20     "RxSwift": [
21       "~> 4.2"
22     ],
23     "RxCocoa": [
24       "~> 4.2"
25     ]
26   },
27   "swift_version": "4.1"