blob: 49c97f9d8d3422a2565cce93e1254eaf38a8cab9 [file] [log] [blame]
{
"name": "TWTValidation",
"version": "1.1",
"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": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/twotoasters/TWTValidation.git",
"tag": "1.1"
},
"source_files": "TWTValidation/**/*.{h,m}",
"ios": {
"resources": "TWTValidation/Supporting Files/*.lproj"
}
}