[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / c / 6 / SwiftLocation / 0.9.0 / SwiftLocation.podspec.json
blob2f7c7fd2d3a9bdc4e5a3f914cd051f9577159ece
2   "name": "SwiftLocation",
3   "version": "0.9.0",
4   "summary": "Location & Beacon Monitor Tool for Swift 2+",
5   "description": "SwiftLocation is a simple 100% Swift 2.0+ 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",
6   "homepage": "https://github.com/malcommac/SwiftLocation",
7   "license": "MIT",
8   "authors": {
9     "daniele margutti": "me@danielemargutti.com"
10   },
11   "source": {
12     "git": "https://github.com/malcommac/SwiftLocation.git",
13     "tag": "0.9.0"
14   },
15   "social_media_url": "https://twitter.com/danielemargutti",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "src/**",
21   "frameworks": [
22     "UIKit",
23     "CoreLocation",
24     "CoreBluetooth"
25   ]