blob: b20a10550eea28511098e6a625df648352c81a60 [file] [log] [blame]
{
"name": "ObjcModelValidation",
"version": "0.2",
"summary": "Port of ActiveRecord Validators to Objective-C.",
"homepage": "https://github.com/nerdishbynature/ObjcModelValidation",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Piet Brauer": "piet@nerdishbynature.com"
},
"source": {
"git": "https://github.com/nerdishbynature/ObjcModelValidation.git",
"tag": "0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}