blob: fa276bb2effa648af97181c80a0b0a4a6cac3b4c [file] [log] [blame]
{
"name": "CRDCoreDataStack",
"swift_versions": "5.0",
"version": "1.0.4",
"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.12",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/cdisdero/CRDCoreDataStack.git",
"tag": "1.0.4"
},
"source_files": "Shared/*.swift",
"ios": {
"source_files": "CRDCoreDataStack/*.h"
},
"osx": {
"source_files": "CRDCoreDataStackMac/*.h"
},
"watchos": {
"source_files": "CRDCoreDataStackWatch/*.h"
},
"tvos": {
"source_files": "CRDCoreDataStackTV/*.h"
}
}