blob: 8c6f51ebc566cd5ca5cc0acac2f7b3ac308ad7be [file] [log] [blame]
{
"name": "KSOTextInputEditText",
"version": "0.4.0",
"summary": "KSOTextInputEditText is an iOS framework for Android Material Design TextInputEditText styled UITextFields.",
"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",
"homepage": "https://github.com/Kosoku/KSOTextInputEditText",
"screenshots": [
"https://github.com/Kosoku/KSOTextInputEditText/raw/master/screenshots/KSOTextInputEditText.gif"
],
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"Jason R. Anderson": "jason@kosoku.com",
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOTextInputEditText.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "KSOTextInputEditText/**/*.{h,m}",
"exclude_files": "KSOTextInputEditText/KSOTextInputEditText-Info.h",
"private_header_files": "KSOTextInputEditText/Private/*.h",
"frameworks": "UIKit",
"dependencies": {
"Ditko": [
],
"Stanley": [
]
}
}