blob: df7a0ef20a7c9404277c6dac563a066a5c1591ee [file] [log] [blame]
{
"name": "RxMapKit",
"version": "1.1.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.1.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.2"
],
"RxCocoa": [
"~> 3.2"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}