2 "name": "MBLocationManager",
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",
12 "Matej Balantič": "matej@balantic.si"
14 "social_media_url": "http://twitter.com/skavt",
19 "git": "https://github.com/MatejBalantic/MBLocationManager.git",
24 "MBLocationManager/MB*.{h,m}"
26 "frameworks": "CoreLocation",
27 "requires_arc": false,