blob: 7621f20b1d2cea1ef945ee1a3edcac4b9443b35c [file] [log] [blame]
{
"name": "TextField",
"summary": "A TextField that supports formatters and input validators such as maximum length and regex",
"version": "0.3.0",
"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.3.0"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"Formatter": [
"~> 0.2.1"
],
"InputValidator": [
"~> 0.4.0"
],
"Hex": [
"~> 2.0"
]
}
}