[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / e / 2 / RxLocationManager / 2.0.0 / RxLocationManager.podspec.json
blob1e2f6bdba91d5018e8e54891777df821a22d0527
2   "name": "RxLocationManager",
3   "version": "2.0.0",
4   "summary": "Reactive Style Location Manager for iOS, macOS, watchOS, tvOS",
5   "description": "If you programs in functional reactive style in iOS, RxLocationManager makes location management a lot easier comparing to CLLocationManager",
6   "homepage": "https://github.com/popduke/RxLocationManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Yonny Hao": "popduke@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "frameworks": [
21     "Foundation",
22     "CoreLocation"
23   ],
24   "requires_arc": true,
25   "source": {
26     "git": "https://github.com/popduke/RxLocationManager.git",
27     "tag": "2.0.0"
28   },
29   "source_files": "sources/*.{h,swift}",
30   "dependencies": {
31     "RxSwift": [
32       "~> 3.0"
33     ]
34   },
35   "pushed_with_swift_version": "3.0"