[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / c / MBLocationManager / 0.1.2 / MBLocationManager.podspec.json
bloba71170540638b51c73031d8f25c21aa9a6b4f3a0
2   "name": "MBLocationManager",
3   "version": "0.1.2",
4   "summary": "Location manager provides convenient and easy-to-use access to latest iOS device location.",
5   "description": "\t\t\tLocation manager provides convenient and easy-to-use access to latest iOS device location. It wraps CoreLocation\n\t\t\twith convenient singelon class, releaving you of keeping reference to location manager object. \n\t\t\t\n\t\t\tMain features:\n\t\t\t* subscribe to location updates with 3 lines of code\n\t\t\t* two modes of operation: GPS (accurate with low battery performance) and cell towers (inaccurate with better battery performance)\n\t\t\t* use CoreLocation's distance filters and accuracy modes\n\t\t\t* easy pause and resume on app going to background or foreground\n\t\t\t* instantiate location manager once, use it wherever you need by subscribing to notification\n",
6   "homepage": "https://github.com/MatejBalantic/MBLocationManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Matej Balantič": "matej@balantic.si"
13   },
14   "social_media_url": "http://twitter.com/skavt",
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/MatejBalantic/MBLocationManager.git",
20     "tag": "0.1.2"
21   },
22   "source_files": [
23     "Classes",
24     "MBLocationManager/MB*.{h,m}"
25   ],
26   "frameworks": "CoreLocation",
27   "requires_arc": false,
28   "deprecated": true