blob: 3b2f1e8c055a554ce02f7604cd2b2029676abf7e [file] [log] [blame]
{
"name": "TWTValidation",
"version": "1.0",
"summary": "A Cocoa framework for validating objects and their properties declaratively.",
"description": " TWTValidation is a Cocoa framework for declaratively validating data. It provides a\n mechanism for validating individual objects and collections, and for combining multiple\n validators using logical operators to create more complex validations.\"\n",
"authors": {
"Two Toasters": "general@twotoasters.com"
},
"homepage": "https://github.com/twotoasters/TWTValidation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source": {
"git": "https://github.com/twotoasters/TWTValidation.git",
"tag": "1.0"
},
"source_files": "TWTValidation/**/*.{h,m}",
"ios": {
"resources": "TWTValidation/Supporting Files/*.lproj"
}
}