blob: 99227301bb17ad912783d7dd7326a7616c931ce5 [file] [log] [blame]
{
"name": "TKFormTextField",
"version": "0.1.0",
"summary": "A UITextField subclass that shows title label on top while editing and an optional error label below. With 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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TKFormTextField/Classes/**/*",
"pushed_with_swift_version": "3.0"
}