blob: 50ecdd760d34f47578aac4886895405b2439ff8f [file] [log] [blame]
{
"name": "CPLogging",
"version": "1.1",
"summary": "Cross Plaform Logging - CPLogging",
"swift_versions": "4.2",
"description": "Universal Multiple Platform framwork for Custom Apple Logger",
"homepage": "https://github.com/trailtask/cplogging/blob/master/README.md",
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"authors": {
"AJ Sagar Parwani": "ajay.sagar92@gmail.com"
},
"platforms": {
"ios": "11.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/trailtask/cploggingframework.git",
"tag": "1.0"
},
"ios": {
"vendored_frameworks": "CustomLogging-iOS/CPLogging.framework"
},
"osx": {
"vendored_frameworks": "CustomLogging-macOS/CPLogging.framework"
},
"swift_version": "4.2"
}