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