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