blob: 1f999615dbec943548f89a8fce880a37aa90d639 [file] [log] [blame]
{
"name": "FormUIKit",
"version": "0.1.11",
"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.11"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FormUIKit/Sources/**/*.swift",
"dependencies": {
"SnapKit": [
"> 4"
]
}
}