[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 0 / 1 / TKFormTextField / 0.1.6 / TKFormTextField.podspec.json
blob8e638d933db8744569e155e3e8fd409adada5c12
2   "name": "TKFormTextField",
3   "version": "0.1.6",
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.1.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TKFormTextField/Classes/**/*",
22   "pushed_with_swift_version": "3.0"