blob: 6f64aa71d38daec672264b7d21f5a6e768d00d6d [file] [log] [blame]
{
"name": "RxSwiftForms",
"version": "0.9.0",
"summary": "iOS Form Management, Binding, and Validation using RxSwift.",
"homepage": "https://github.com/hmlongco/RxSwiftForms",
"license": "MIT",
"authors": {
"Michael Long": "hmlong@gmail.com"
},
"source": {
"git": "https://github.com/hmlongco/RxSwiftForms.git",
"tag": "0.9.0"
},
"swift_version": "4.0",
"requires_arc": true,
"source_files": "Sources/**/*.*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"platforms": {
"ios": "9.0"
}
}