blob: b2bb9b9d787d0053014021627d8ab6f9adcf1424 [file] [log] [blame]
{
"name": "JFELocationManager",
"version": "0.1.2",
"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"
},
"source": {
"git": "https://github.com/jfreyre/JFELocationManager.git",
"branch": "master",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"frameworks": "CoreLocation",
"public_header_files": "Pod/Classes/*.h"
}