blob: 896d79353e82eb8e766fc1a0bce4ffa5c81aaaf3 [file] [log] [blame]
{
"name": "RxSwiftForms",
"version": "0.9.8",
"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.8"
},
"swift_version": "4.0",
"requires_arc": true,
"source_files": "Sources/**/*.*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"platforms": {
"ios": "9.0"
}
}