blob: 1e2f6bdba91d5018e8e54891777df821a22d0527 [file] [log] [blame]
{
"name": "RxLocationManager",
"version": "2.0.0",
"summary": "Reactive Style Location Manager for iOS, macOS, watchOS, tvOS",
"description": "If you programs in functional reactive style in iOS, RxLocationManager makes location management a lot easier comparing to CLLocationManager",
"homepage": "https://github.com/popduke/RxLocationManager",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Yonny Hao": "popduke@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"frameworks": [
"Foundation",
"CoreLocation"
],
"requires_arc": true,
"source": {
"git": "https://github.com/popduke/RxLocationManager.git",
"tag": "2.0.0"
},
"source_files": "sources/*.{h,swift}",
"dependencies": {
"RxSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}