blob: 6ccff18187ce623e68bef963bfc1e828a84cb1a7 [file] [log] [blame]
{
"name": "SwiftLocation",
"version": "3.2.3",
"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.3"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"CoreLocation",
"MapKit"
],
"dependencies": {
"SwiftyJSON": [
"~> 4.0.0-alpha.1"
]
}
}