blob: 61dcf0d79ec5d8a21bebe4b9f2f7ec5befdac546 [file] [log] [blame]
{
"name": "SBLReactiveLocation",
"version": "0.1.1",
"summary": "A reactive wrapper around the CLLocationManager",
"description": " A ReactiveCocoa based wrapper around the CLLocationManager of CoreLocation. The implementation tries to\n stay as close as possible to the original CLLocationManager implementation\n while exposing the updates that are traditionally handled by a\n CLLocationManagerDelegate as RACSignals.\n",
"homepage": "https://github.com/sbl/SBLReactiveLocation",
"license": "MIT",
"authors": {
"Stephen Lumenta": "stephen.lumenta@gmail.com"
},
"social_media_url": "http://twitter.com/bruitism",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sbl/SBLReactiveLocation.git",
"tag": "0.1.1"
},
"source_files": "SBLReactiveLocation",
"dependencies": {
"ReactiveCocoa": [
"~> 2.3.1"
]
}
}