blob: abac0e420c3a05ad19fc6e43877f1f528adf783f [file] [log] [blame]
{
"name": "KSOTextInputEditText",
"version": "0.1.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",
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"Jason R. Anderson": "jason@kosoku.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOTextInputEditText.git",
"tag": "0.1.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": [
]
}
}