blob: 1622f59c9ccaa1e7bd60e2fdfcc2171434a0ec13 [file] [log] [blame]
{
"name": "TextInputFilter",
"version": "1.0.0",
"summary": "Write your own reusable input filters for UITextField and UITextView",
"description": "TextInputFilter allows you to write contained and reusable input filters, that can filter and/or\ntransform input as it's typed. The same filters can be used for UITextField or UITextView.",
"homepage": "https://github.com/fabiorodella/TextInputFilter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fabio Rodella": "fabiorodella@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/fabiorodella/TextInputFilter.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "4.2"
}