blob: 86cb46068b4108811bf308015c422670d45476b3 [file] [log] [blame]
{
"name": "ObjcModelValidation",
"version": "0.1",
"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.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"PBLog": [
"~> 0.1"
]
}
}