blob: 4293505ced0c2b56e061c3c477ca029a8e21c667 [file] [log] [blame]
{
"name": "SRFormValidator",
"version": "1.0.0",
"summary": "A quick and dirty Laravel-style form validator in Swift.",
"description": "Quickly validate form values with some simple rules.\n\nRules available:\n\n* alphanumeric\n* required\n* email\n* min\n* max",
"homepage": "https://github.com/steve228uk/SRFormValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stephen Radford": "steve228uk@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/steve228uk/SRFormValidator.git",
"tag": "1.0.0"
},
"source_files": "SRFormValidator",
"requires_arc": true
}