[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / c / 2 / KSOTextInputEditText / 0.2.0 / KSOTextInputEditText.podspec.json
blob2448435f04907f02a8b1017ae6f82d440427c695
2   "name": "KSOTextInputEditText",
3   "version": "0.2.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     "William Towe": "willbur1984@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Kosoku/KSOTextInputEditText.git",
17     "tag": "0.2.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "KSOTextInputEditText/**/*.{h,m}",
23   "exclude_files": "KSOTextInputEditText/KSOTextInputEditText-Info.h",
24   "private_header_files": "KSOTextInputEditText/Private/*.h",
25   "frameworks": "UIKit",
26   "dependencies": {
27     "Ditko": [
29     ],
30     "Stanley": [
32     ]
33   }