[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / 8 / c / 2 / KSOTextInputEditText / 0.4.0 / KSOTextInputEditText.podspec.json
blob8c6f51ebc566cd5ca5cc0acac2f7b3ac308ad7be
2   "name": "KSOTextInputEditText",
3   "version": "0.4.0",
4   "summary": "KSOTextInputEditText is an iOS framework for Android Material Design TextInputEditText styled UITextFields.",
5   "description": "KSOTextInputEditTextField is a KDITextField subclass that adds a floating label and styling comparable to the TextInputEditText UI Component found in Android Material Design.\n https://material.io/guidelines/components/text-fields.html#text-fields-field-types",
6   "homepage": "https://github.com/Kosoku/KSOTextInputEditText",
7   "screenshots": [
8     "https://github.com/Kosoku/KSOTextInputEditText/raw/master/screenshots/KSOTextInputEditText.gif"
9   ],
10   "license": {
11     "type": "BSD",
12     "file": "license.txt"
13   },
14   "authors": {
15     "Jason R. Anderson": "jason@kosoku.com",
16     "William Towe": "willbur1984@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/Kosoku/KSOTextInputEditText.git",
20     "tag": "0.4.0"
21   },
22   "platforms": {
23     "ios": "10.0"
24   },
25   "source_files": "KSOTextInputEditText/**/*.{h,m}",
26   "exclude_files": "KSOTextInputEditText/KSOTextInputEditText-Info.h",
27   "private_header_files": "KSOTextInputEditText/Private/*.h",
28   "frameworks": "UIKit",
29   "dependencies": {
30     "Ditko": [
32     ],
33     "Stanley": [
35     ]
36   }