blob: 1d96581bb010909c4e0325f1107943e4c6e2240f [file] [log] [blame]
{
"name": "RxForm",
"version": "0.2.0",
"summary": "A reactive form control written in swift",
"description": "A reactive form control library written in swift using RxSwift for complex and dynamic forms",
"homepage": "https://github.com/matinouf/RxForm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"matin": "matin3238@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/matinouf/RxForm.git",
"tag": "0.2.0"
},
"source_files": "RxForm/**/*.{swift}",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"RxCocoa": [
"~> 5.1"
]
},
"swift_versions": "5.2",
"swift_version": "5.2"
}