blob: 259d6283379ecf5ca27c939ad8ab50c3babdd655 [file] [log] [blame]
{
"name": "PMValidation",
"version": "1.1.0",
"summary": "A modular, extendable text validation library for iOS.",
"description": "PMValidation is a modular, extendable text validation library for iOS. It comes with several common validation types for often-used tasks like validating registration forms, however it was architected to be easily extended with your own validation types.\n",
"homepage": "http://https://github.com/poetmountain/PMValidation",
"license": "MIT",
"authors": {
"Brett Walker": "brett@poetmountain.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/poetmountain/PMValidation.git",
"tag": "1.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "PMValidationDemo",
"requires_arc": true
}