[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 0 / 1 / TKFormTextField / 0.1.0 / TKFormTextField.podspec.json
blob99227301bb17ad912783d7dd7326a7616c931ce5
2   "name": "TKFormTextField",
3   "version": "0.1.0",
4   "summary": "A UITextField subclass that shows title label on top while editing and an optional error label below. With 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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TKFormTextField/Classes/**/*",
22   "pushed_with_swift_version": "3.0"