blob: 8db4e1c1279b49ba3d20b0f7821f83b601856f2b [file] [log] [blame]
{
"name": "SwiftLocation",
"version": "3.2.0",
"summary": "Easy and Efficient Location Tracking for iOS",
"description": "Efficient location tracking for iOS with support for oneshot/continuous/background tracking, reverse geocoding and more!",
"homepage": "https://github.com/malcommac/SwiftLocation.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "me@danielemargutti.com"
},
"social_media_url": "http://twitter.com/danielemargutti",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/malcommac/SwiftLocation.git",
"tag": "3.2.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"CoreLocation",
"MapKit"
],
"dependencies": {
"SwiftyJSON": [
"~> 4.0.0-alpha.1"
]
}
}