blob: 22de9c357ebe2694b5945096a856c9e7a043aa42 [file] [log] [blame]
{
"name": "CoreDataValidation",
"version": "1.0",
"summary": "Validation for Core Data objects",
"description": " This project provides a simple extension for the NSEntityDescription class in Core Data. If allows you to do some basic validation before creating NSManagedObjects.\n",
"homepage": "https://github.com/mruegenberg/CoreDataValidation",
"license": "MIT",
"authors": {
"Marcel Ruegenberg": "gh@dustlab.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/mruegenberg/CoreDataValidation.git",
"tag": "1.0"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": [
"CoreFoundation",
"CoreData"
],
"requires_arc": true
}