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