blob: 4822a4def233921e4aaf843f28b7db1da76d318c [file] [log] [blame]
{
"name": "RCLocationManager",
"version": "0.1",
"license": {
"type": "MIT",
"text": "Copyright 2012 Ricardo Caballero (hello@rcabamo.es)"
},
"summary": "Easy Location Manager Framework.",
"description": "Easy to use iOS class to manage location system, very useful.\n\nThis is allows you to **tracking user location**, **monitoring regions** and obtain the **user location**.",
"homepage": "http://rcabamo.github.com/RCLocationManager/",
"authors": {
"Ricardo Caballero": "rcabamo@gmail.com"
},
"source": {
"git": "https://github.com/rcabamo/RCLocationManager.git",
"tag": "0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "RCLocationManager",
"frameworks": "CoreLocation",
"requires_arc": true
}