blob: d2b331d4f14bbb71a7b23f6cf62ae5a113a14b63 [file] [log] [blame]
{
"name": "MMPReactiveCoreLocation",
"version": "0.1.1",
"summary": "A reactive CoreLocation wrapper for use with ReactiveCocoa",
"description": " MMPReactiveCoreLocation is a reactive library for using CoreLocation with ReactiveCocoa.\n\n Features:\n * Singleton instance managing CLLocationManager so you don't have to.\n * Providing easy to use signals for subscribing to location updates.\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.1.1"
},
"social_media_url": "https://twitter.com/purubo",
"platforms": {
"ios": "5.0"
},
"source_files": "Classes",
"frameworks": "CoreLocation",
"dependencies": {
"ReactiveCocoa": [
"~> 2.3"
]
},
"requires_arc": true
}