blob: 07576531889be0a6f63d06fc6a209f0ce097fa15 [file] [log] [blame]
{
"name": "CRDLog",
"swift_version": "4.2",
"version": "1.0.3",
"summary": "Simple and quick logging for your iOS, macOS, watchOS, and tvOS apps.",
"description": "Simple straightforward Swift-based logging facility for iOS, macOS, watchOS, and tvOS apps.",
"homepage": "https://github.com/cdisdero/CRDLog",
"license": "Apache License, Version 2.0",
"authors": {
"Christopher Disdero": "info@code.chrisdisdero.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/cdisdero/CRDLog.git",
"tag": "1.0.3"
},
"source_files": "Shared/*.swift",
"ios": {
"source_files": "CRDLogMobile/*.h"
},
"osx": {
"source_files": "CRDLogMac/*.h"
},
"watchos": {
"source_files": "CRDLogWatch/*.h"
},
"tvos": {
"source_files": "CRDLogTV/*.h"
}
}