blob: 783c837d91fa2f512537a81b6220f54ed8849d80 [file] [log] [blame]
{
"name": "FormTextField",
"summary": "A UITextField that supports formatters and input validators such as maximum length and regex",
"version": "0.11.0",
"homepage": "https://github.com/3lvis/FormTextField",
"license": "MIT",
"authors": {
"Elvis Nuñez": "elvisnunez@me.com"
},
"source": {
"git": "https://github.com/3lvis/FormTextField.git",
"tag": "0.11.0"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"Formatter": [
"~> 0.3.3"
],
"InputValidator": [
"~> 0.9.1"
],
"Hex": [
"~> 3.0.0"
]
}
}