blob: da6b43f42a04b5baa6e6022cfeaf1454487faded [file] [log] [blame]
{
"name": "RxForm",
"version": "0.1.0",
"summary": "A reactive form control written in swift",
"description": "Reactive form control :)",
"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.1.0"
},
"source_files": "RxForm/**/*.{swift}",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"RxCocoa": [
"~> 5.1"
]
},
"swift_versions": "5.2",
"swift_version": "5.2"
}