blob: a3b080384cb300116bb2963f6f5ab1a11ddd8843 [file] [log] [blame]
{
"name": "JRAuditableEntity",
"version": "1.0.0",
"summary": "Creates opprotunities to fix entities that may not be in a proper state.",
"description": "Entities may implement the Fixable protocol to return a list of properties that have failed\n validation. Entities may implement the Diffable protocol to be able to compose a collection of properties that are\n different.",
"homepage": "https://github.com/xlr8runner/JRAuditableEntity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joshua L. Rasmussen": "xlr8runner@gmail.com"
},
"source": {
"git": "https://github.com/xlr8runner/JRAuditableEntity.git",
"tag": "1.0.0"
},
"source_files": "JRAuditableEntity/**/*.{h,m}",
"platforms": {
"ios": "9.0"
}
}