blob: 73cade538a480de940ce52d12dfff80e30c75ad0 [file] [log] [blame]
{
"name": "RxLocationManager",
"version": "1.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": "1.0.0"
},
"source_files": "sources/*.{h,swift}",
"dependencies": {
"RxSwift": [
"~> 2.0"
]
}
}