[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 1 / 4 / JFELocationManager / 0.0.5 / JFELocationManager.podspec.json
blobf0b5fe2a073e829ec872eea263edd8ccf5d489a3
2   "name": "JFELocationManager",
3   "requires_arc": true,
4   "version": "0.0.5",
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",
8   "license": "MIT",
9   "authors": {
10     "Jérome Freyre": "jerome.freyre@gmail.com"
11   },
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/jfreyre/JFELocationManager.git",
17     "branch": "master",
18     "tag": "0.0.5"
19   },
20   "source_files": "JFELocationManager/*.{h,m}",
21   "frameworks": "CoreLocation"