blob: 7ca727db6c105871b3721bc1bbfa2103c6d76806 [file] [log] [blame]
{
"name": "RxValidator",
"version": "0.0.1",
"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.1"
},
"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"
}
}