blob: 68778734e7cb875623321494735ff424664032c3 [file] [log] [blame]
{
"name": "RxMapKit",
"version": "1.2.0",
"summary": "RxSwift reactive wrapper for MapKit.",
"homepage": "https://github.com/inkyfox/RxMapKit",
"license": "MIT",
"authors": {
"Yongha Yoo": "inkyfox@oo-v.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/inkyfox/RxMapKit.git",
"tag": "1.2.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.2"
],
"RxCocoa": [
"~> 4.2"
]
},
"swift_version": "4.1"
}