blob: 6ee574a7f88433bbdd2d064717f62f6b2320edc0 [file] [log] [blame]
{
"name": "TextField",
"summary": "A TextField that supports formatters and input validators such as maximum length and regex",
"version": "0.1.5",
"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.5"
},
"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.1"
],
"Hex": [
"~> 2.0"
]
}
}