blob: 22930d08a5f02cb0ea5ed7212f242ea148275fea [file] [log] [blame]
{
"name": "TKFormTextField",
"version": "0.2.0",
"summary": "A UITextField subclass with built-in bottom error label, top floating label while editing, and an underline.",
"description": "I want to add the ability to keep placeholder text and show error message near each UITextField. Using alert for showing error is too intrusive, makes user lost context of which field is wrong, and require another tap to dismiss. So I want to add this functionality right into UITextField.",
"homepage": "https://github.com/hlung/TKFormTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thongchai Kolyutsakul": "thongchaikol@gmail.com"
},
"source": {
"git": "https://github.com/hlung/TKFormTextField.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TKFormTextField/Classes/**/*",
"pushed_with_swift_version": "4.0"
}