2 "name": "CRDCoreDataStack",
3 "swift_versions": "5.0",
5 "summary": "Simple straightforward Swift-based Core Data stack framework for iOS, macOS, watchOS, and tvOS",
6 "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.",
7 "homepage": "https://github.com/cdisdero/CRDCoreDataStack",
8 "license": "Apache License, Version 2.0",
10 "Christopher Disdero": "info@code.chrisdisdero.com"
19 "git": "https://github.com/cdisdero/CRDCoreDataStack.git",
22 "source_files": "Shared/*.swift",
24 "source_files": "CRDCoreDataStack/*.h"
27 "source_files": "CRDCoreDataStackMac/*.h"
30 "source_files": "CRDCoreDataStackWatch/*.h"
33 "source_files": "CRDCoreDataStackTV/*.h"