[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / c / 0 / 1 / TKFormTextField / 0.3.1 / TKFormTextField.podspec.json
blob282d359aacc7f86fa917288e79d7caa8487c4bb9
2   "name": "TKFormTextField",
3   "version": "0.3.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TKFormTextField/Classes/**/*"