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