blob: a0359631b4747e17caa5e68241ce48d2247dbfa2 [file] [log] [blame]
{
"name": "CLLocationService",
"version": "0.1.1",
"summary": "Get current Location",
"description": "Get current Location with RxSwift",
"homepage": "https://github.com/tuanhust2010/LocationService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tuan nguyen": "tuanhust2010@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/tuanhust2010/LocationService.git",
"tag": "0.1.1"
},
"source_files": "LocationService/LocationService/*.swift",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
}
}