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