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