[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / d / c / 6 / SwiftLocation / 3.2.2 / SwiftLocation.podspec.json
blobd443b73544c25e87d33e6bbf636bca1bc2ba4efd
2   "name": "SwiftLocation",
3   "version": "3.2.2",
4   "summary": "Easy and Efficient Location Tracking for iOS",
5   "description": "Efficient location tracking for iOS with support for oneshot/continuous/background tracking, reverse geocoding and more!",
6   "homepage": "https://github.com/malcommac/SwiftLocation.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniele Margutti": "me@danielemargutti.com"
13   },
14   "social_media_url": "http://twitter.com/danielemargutti",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/malcommac/SwiftLocation.git",
20     "tag": "3.2.2"
21   },
22   "source_files": "Sources/**/*",
23   "frameworks": [
24     "Foundation",
25     "CoreLocation",
26     "MapKit"
27   ],
28   "dependencies": {
29     "SwiftyJSON": [
30       "~> 4.0.0-alpha.1"
31     ]
32   }