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