[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / c / 0 / 1 / TKFormTextField / 0.2.0 / TKFormTextField.podspec.json
blob22930d08a5f02cb0ea5ed7212f242ea148275fea
2   "name": "TKFormTextField",
3   "version": "0.2.0",
4   "summary": "A UITextField subclass with built-in bottom error label, top floating label while editing, and an underline.",
5   "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.",
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.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TKFormTextField/Classes/**/*",
22   "pushed_with_swift_version": "4.0"