2 "name": "SwiftLocation",
4 "summary": "CoreLocation made easy in pure Swift",
5 "description": " SwiftLocation is a simple 100% Swift wrapper around CoreLocation. Use Location services has never been easier and you can do it with your favourite language.\nLet me show the best features of the library:\n\n- **Auto-managed Hardware services** (heading/location/monitor services are turned off when not used)\n- **Reverse geocoding services** (from address/coordinates to location placemark) using both **Apple** own CoreLocation services or external **Google Location APIs**\n- Fast and low-powered **IP based device's location** discovery\n- **Single shot location discovery** method (with desidered accuracy level) to get current user location with a simple closure as respond\n- **Continous location update** methods to get both detailed locations or only significant data only.\n- **Region monitor** with a single line of code\n- **iBeacon proximity monitor** with a single line of code\n- **Fixed user position** simulation\n",
6 "homepage": "https://github.com/malcommac/SwiftLocation",
9 "daniele margutti": "me@danielemargutti.com"
12 "git": "https://github.com/malcommac/SwiftLocation.git",
15 "social_media_url": "https://twitter.com/danielemargutti",
20 "source_files": "Pod/Classes/**/*",