blob: 1e09050f72be5b03d75a58f3ac30a23b80f556e7 [file] [log] [blame]
{
"name": "TWTValidation",
"version": "0.1.1",
"summary": "A Cocoa framework for validating objects and their properties declaratively.",
"description": " TWTValidation is an Objective-C framework for validating objects and their \n properties declaratively.\"\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": "0.1.1"
},
"source_files": "TWTValidation/**/*.{h,m}",
"ios": {
"resources": "TWTValidation/Supporting Files/*.lproj"
}
}