blob: d3ea484f7d4c2dddd98bc01884101ad31ce54db2 [file] [log] [blame]
{
"name": "RxValidator",
"version": "0.0.9",
"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.9"
},
"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"
}
}