blob: 1f926b096fceb08a7b1996e02a6e7ea44009ea72 [file] [log] [blame]
{
"name": "MMPReactiveCoreLocation",
"version": "0.6.2",
"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 * Globally accessible signals with intelligent resource management for automatically starting and stopping underlying location manager's services.\n * No more delegates, all CLLocationManager's functionalities are available as signals.\n * Signals for location-related updates, including one-time location query.\n * Signals for region monitoring updates, including iBeacon monitoring and ranging.\n * Signals for iOS 8 visit monitoring.\n * Signals for location manager status updates and errors.\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.6.2"
},
"social_media_url": "https://twitter.com/purubo",
"platforms": {
"ios": "7.0"
},
"source_files": "Classes",
"frameworks": [
"CoreLocation",
"CoreBluetooth"
],
"dependencies": {
"ReactiveCocoa": [
]
},
"requires_arc": true
}