blob: bde1c2b4b428435f14395bfd16747d22ecc17cac [file] [log] [blame]
{
"name": "RxValidator",
"version": "0.0.6",
"summary": "Simple, Extensable, Flexable Validation Checker",
"homepage": "https://github.com/vbmania/RxValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GeumSang Yoo": "vbmania@me.com"
},
"source": {
"git": "https://github.com/vbmania/RxValidator.git",
"tag": "v0.0.6"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"swift_version": "4.1",
"dependencies": {
"RxSwift": [
">= 4.1.0"
],
"RxCocoa": [
">= 4.1.0"
]
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
}
}