blob: 522da7d8cc42e90db32467ae371cd6772c0c315e [file] [log] [blame]
{
"name": "CRDCoreDataStack",
"version": "1.0.1",
"summary": "Simple straightforward Swift-based Core Data stack framework for iOS, macOS, watchOS, and tvOS",
"description": "I got tired of adding the same boilerplate Core Data stack code to every Swift app I created, so I just put together this small framework to encapsulate the code for more simple reuse.",
"homepage": "https://github.com/cdisdero/CRDCoreDataStack",
"license": "Apache License, Version 2.0",
"authors": {
"Christopher Disdero": "info@code.chrisdisdero.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.11",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/cdisdero/CRDCoreDataStack.git",
"tag": "1.0.1"
},
"source_files": "Shared/*.swift",
"pushed_with_swift_version": "4.0"
}