blob: 8760dc009548546540eb27b2724e97d04570548b [file] [log] [blame]
{
"name": "FormUIKit",
"version": "0.1.14",
"summary": "Create UITableView-based forms for text input, object selection, and more with little work.",
"description": "This allows you to create UITableView-based forms for text input, object selection, and more with little work.",
"homepage": "https://github.com/sahandnayebaziz/FormUIKit",
"license": "MIT",
"authors": {
"sahandnayebaziz": "sahand@sahand.me"
},
"source": {
"git": "https://github.com/sahandnayebaziz/FormUIKit.git",
"tag": "0.1.14"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FormUIKit/Sources/**/*.swift",
"dependencies": {
"SnapKit": [
"> 4"
]
}
}