[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / d / c / 6 / SwiftLocation / 0.1.0 / SwiftLocation.podspec.json
blob216f5092914af4f9688f6276135a35d990acba1c
2   "name": "SwiftLocation",
3   "version": "0.1.0",
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",
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.1.0"
14   },
15   "social_media_url": "https://twitter.com/danielemargutti",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SwiftLocation": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "CoreLocation"
29   ]