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