blob: 25c59fde843be7026b40e362c9137588876fc30d [file] [log] [blame]
{
"name": "BNRCoreDataStack",
"version": "1.1.0",
"summary": "The Big Nerd Ranch Core Data stack.",
"description": "The BNR Core Data stack provides what we consider best practices for using\nCore Data in our applications.\n\nIt takes the place of the boilerplate setup code from Xcode's template and\nfocuses on efficient performance and change management.",
"homepage": "https://github.com/bignerdranch/CoreDataStack",
"license": "MIT",
"authors": [
"Robert Edwards",
"John Gallagher",
"Brian Hardy",
"Zachary Waldowski"
],
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bignerdranch/CoreDataStack.git",
"tag": "v1.1.0"
},
"source_files": "CoreDataStack",
"public_header_files": "CoreDataStack/*.h",
"frameworks": "CoreData"
}