[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 8 / c / 2 / KSOTextInputEditText / 0.1.0 / KSOTextInputEditText.podspec.json
blobabac0e420c3a05ad19fc6e43877f1f528adf783f
2   "name": "KSOTextInputEditText",
3   "version": "0.1.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   "license": {
8     "type": "BSD",
9     "file": "license.txt"
10   },
11   "authors": {
12     "Jason R. Anderson": "jason@kosoku.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/KSOTextInputEditText.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "KSOTextInputEditText/**/*.{h,m}",
22   "exclude_files": "KSOTextInputEditText/KSOTextInputEditText-Info.h",
23   "private_header_files": "KSOTextInputEditText/Private/*.h",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "Ditko": [
28     ],
29     "Stanley": [
31     ]
32   }