blob: 4ea802b709dcbca36450cb9cc01bc16c26b59fbe [file] [log] [blame]
{
"name": "SwiftLocation",
"version": "4.0.2",
"summary": "Easy and Efficient Location Tracking for iOS",
"description": "Efficient location tracking for iOS with support for oneshot/continuous/background tracking, reverse geocoding, autocomplete and more!",
"homepage": "https://github.com/malcommac/SwiftLocation.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "hello@danielemargutti.com"
},
"social_media_url": "https://twitter.com/danielemargutti",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/malcommac/SwiftLocation.git",
"tag": "4.0.2"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"CoreLocation",
"MapKit"
],
"swift_versions": "5.0"
}