blob: 66b5a60dc7ca02c6d8e85e87a9a1e59750dee78a [file] [log] [blame]
{
"name": "NSError-CoreDataValidation",
"version": "0.0.1",
"summary": "NSError category that pretty-prints Core Data validation errors.",
"homepage": "https://github.com/dclelland/NSError-CoreDataValidation",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/NSError-CoreDataValidation.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "NSError-CoreDataValidation/*.{h,m}"
},
"requires_arc": true
}