2 "name": "JFELocationManager",
5 "summary": "JFELocationManager is a CLLocationManager wrapper.",
6 "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",
7 "homepage": "https://github.com/jfreyre/JFELocationManager",
10 "Jérome Freyre": "jerome.freyre@gmail.com"
16 "git": "https://github.com/jfreyre/JFELocationManager.git",
20 "source_files": "JFELocationManager/*.{h,m}",
21 "frameworks": "CoreLocation"