blob: 633e1a88fc9e3aa89a2f37f859ff7a199bcdefdc [file] [log] [blame]
{
"name": "InputValidator",
"summary": "Input Validators allow you to verify incoming input",
"version": "1.0.3",
"homepage": "https://github.com/3lvis/InputValidator",
"license": "MIT",
"authors": {
"Elvis Nuñez": "elvisnunez@me.com"
},
"source": {
"git": "https://github.com/3lvis/InputValidator.git",
"tag": "1.0.3"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"Validation": [
"~> 1.0.2"
]
},
"pushed_with_swift_version": "3.0"
}