blob: a031514125e0f041f8b9faee3ba117571fb000d4 [file] [log] [blame]
{
"name": "FormatTextField",
"version": "0.1.1",
"summary": "A convenience class for UITextField that formats and validates input.",
"description": "FormatTextField is a UITextField subclass that formats and validates the input\nfor the input of a given user. The available options are no format, formatting\nas a phone number, formatting currency, and validating email.",
"homepage": "https://github.com/anthonydito/FormatTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anthony Dito": "anthonymdito@gmail.com"
},
"source": {
"git": "https://github.com/anthonydito/FormatTextField.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FormatTextField/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}