blob: 844cef2fa982143d1bd8381a82dcc4943b38c0af [file] [log] [blame]
{
"name": "CRDCoreDataStack",
"swift_version": "4.2",
"version": "1.0.3",
"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.3"
},
"source_files": "Shared/*.swift",
"ios": {
"source_files": "CRDCoreDataStack/*.h"
},
"osx": {
"source_files": "CRDCoreDataStackMac/*.h"
},
"watchos": {
"source_files": "CRDCoreDataStackWatch/*.h"
},
"tvos": {
"source_files": "CRDCoreDataStackTV/*.h"
}
}