blob: 162942315a34a05a0784d5c1d15e80bb403b00c7 [file] [log] [blame]
{
"name": "BxLocation",
"version": "0.1.1",
"swift_version": "4.1",
"summary": "A reactive wrapper for CoreLocation.",
"description": "BxLocation provides plenty of reactive extensions that make working with CoreLocation even easier.",
"homepage": "https://bxlocation.borchero.com",
"documentation_url": "https://bxlocation.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxLocation.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxLocation/**/*",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"frameworks": "CoreLocation"
}