blob: e7fa6b1568a13a632ee04f5f71aad5b85722ec2b [file] [log] [blame]
{
"name": "FormTextField",
"summary": "A UITextField that supports formatters and input validators such as maximum length and regex",
"version": "0.7.2",
"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.7.2"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"Formatter": [
"~> 0.3.2"
],
"InputValidator": [
"~> 0.8.7"
],
"Hex": [
"~> 3.0.0"
]
}
}