blob: 72a520fd736e1c91537b50302cc7d32f268968d4 [file] [log] [blame]
{
"name": "TextInputFilter",
"version": "0.1.1",
"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": "0.1.1"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "4.0"
}