blob: 20a50bca0b95578c3f8ef6b095087f1cda6da7c8 [file] [log] [blame]
{
"name": "LocationLogger",
"version": "0.1.1",
"summary": "Framework dedicated to simplifying the acquisition of the user's geolocation and registering it in a chosen endpoint",
"homepage": "https://github.com/ThiagoFerrao/location-logger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Thiago Ferrao",
"source": {
"git": "https://github.com/ThiagoFerrao/location-logger.git",
"tag": "0.1.1"
},
"source_files": "LocationLogger/**/*.swift",
"frameworks": [
"Foundation",
"CoreLocation"
],
"dependencies": {
"Alamofire": [
"~> 5.4"
],
"RxCocoa": [
"~> 6.1"
],
"RxSwift": [
"~> 6.1"
]
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"swift_version": "5.1"
}