[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 0 / 1 / TKFormTextField / 0.3.0 / TKFormTextField.podspec.json
blob5eb261eb6f150cd90803c73e6b44d64bd9695b31
2   "name": "TKFormTextField",
3   "version": "0.3.0",
4   "summary": "A UITextField subclass with built-in error label, floating label while editing, and underline.",
5   "description": "For text input forms, using alerts for showing error is too intrusive, makes user lost context of which field is wrong, and require another tap to dismiss. And you can only show one at a time. I think TKFormTextField is the answer to text input form UI.",
6   "homepage": "https://github.com/hlung/TKFormTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thongchai Kolyutsakul": "thongchaikol@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hlung/TKFormTextField.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TKFormTextField/Classes/**/*"