blob: 4d5d55078f078b7b614d1d09aaba8f6ce83a38e4 [file] [log] [blame]
{
"name": "FormTextField",
"summary": "A UITextField that supports formatters and input validators such as maximum length and regex",
"version": "1.0.1",
"homepage": "https://github.com/3lvis/FormTextField",
"license": "MIT",
"authors": {
"Elvis Nuñez": "elvisnunez@me.com"
},
"source": {
"git": "https://github.com/3lvis/FormTextField.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"Formatter": [
"~> 1.0.0"
],
"InputValidator": [
"~> 1.0.2"
]
},
"pushed_with_swift_version": "3.0"
}