blob: 441569c849e898603fa176baf1e5b83f46449cac [file] [log] [blame]
{
"name": "HYPLocationManager",
"version": "0.1.0",
"summary": "The easiert way to use CLLocationManager.",
"homepage": "https://github.com/hyperoslo/HYPLocationManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elvis Nunez": "elvisnunez@me.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/hyperoslo/HYPLocationManager.git",
"tag": "0.1.0"
},
"source_files": "HYPLocationManager/",
"frameworks": [
"CoreLocation",
"MapKit"
],
"requires_arc": true
}