blob: 69ceae384406fe164469c0a429f6a8606f8f1b19 [file] [log] [blame]
{
"name": "JFELocationManager",
"requires_arc": true,
"version": "0.0.3",
"summary": "JFELocationManager is a CLLocationManager wrapper.",
"description": " JFELocationManager is a CLLocationManager wrapper that enable a really simple usage of location and heading update 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 * delegate vs importantDelegate -> be able to know if you have to stop background update or not\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",
"branch": "master",
"tag": "0.0.3"
},
"source_files": "JFELocationManager/*.{h,m}",
"frameworks": "CoreLocation"
}