blob: edecfc22a2650e2c139ab5f06162833dd147a02d [file] [log] [blame]
{
"name": "JRAuditableEntityUI",
"version": "1.0.0",
"summary": "Makes use of JRAuditableEntity and provides ViewControllers to display.",
"description": "Provides ViewControllers and Views to property display the data generated from JRAuditableEntity",
"homepage": "https://github.com/xlr8runner/JRAuditableEntityUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joshua L. Rasmussen": "xlr8runner@gmail.com"
},
"source": {
"git": "https://github.com/xlr8runner/JRAuditableEntityUI.git",
"tag": "1.0.0"
},
"source_files": "JRAuditableEntityUI/**/*.{h,m}",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"JRAuditableEntity": [
"~> 1.0"
]
}
}