blob: e542db369a80f38866de4a98717e369df0c218e9 [file] [log] [blame]
{
"name": "MMPReactiveCoreLocation",
"version": "0.4.1",
"summary": "A reactive CoreLocation wrapper for use with ReactiveCocoa",
"description": " MMPReactiveCoreLocation is a reactive library for using CoreLocation and iBeacon with ReactiveCocoa. \n\n Features:\n * Singleton instance managing CLLocationManager(s). \n * Easy to use signals for subscribing to location updates.\n * 3 common usage patterns: global location manager for app-wide location subscription; short-lived location managers for one-time location requests; subscribing to multiple custom location managers with different specifications.\n * Easy to use signals for subscribing to iBeacon monitoring and ranging.\n * Supports iOS 8 \"Always\" and \"WhenInUse\" authorization.\n",
"homepage": "https://github.com/mpurbo/MMPReactiveCoreLocation",
"license": "MIT",
"authors": {
"Mamad Purbo": "m.purbo@gmail.com"
},
"source": {
"git": "https://github.com/mpurbo/MMPReactiveCoreLocation.git",
"tag": "0.4.1"
},
"social_media_url": "https://twitter.com/purubo",
"platforms": {
"ios": "7.0"
},
"source_files": "Classes",
"frameworks": [
"CoreLocation",
"CoreBluetooth"
],
"dependencies": {
"ReactiveCocoa": [
"~> 2.3"
]
},
"requires_arc": true
}