blob: a05325406d4ece37f6818c957103a1044eb1582c [file] [log] [blame]
{
"name": "JFELocationManager",
"version": "0.0.1",
"summary": "JFELocationManager is a CoreLocation singleton.",
"description": " JFELocationManager is a CLLocationManager wrapper that enable a really simple usage in your app instead of allocating a CLLocationManager object on each view.\n\n * JFELocationManagerDelegate -> three methods that will be called on heading, location or status updates\n\n",
"homepage": "https://github.com/jfreyre/JFELocationManager",
"license": "MIT",
"authors": {
"Jérome Freyre": "jerome.freyre@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jfreyre/JFELocationManager.git",
"commit": "78f065dd62ec6126ef20dde82e95a7fa19afc893"
},
"source_files": "JFELocationManager/*.{h,m}",
"frameworks": "CoreLocation",
"requires_arc": false
}