blob: c87df4b56f65aa5dc9400c57a1b43dc38d51e5d3 [file] [log] [blame]
{
"name": "Logue",
"version": "1.0.4",
"summary": "Lightweight, extensible logging framework.",
"description": "Logue is lightweight, extensible logging framework.",
"homepage": "https://github.com/sinoru/Logue",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Jaehong Kang": "sinoru@me.com"
},
"platforms": {
"osx": "10.10",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "4.2",
"default_subspecs": [
"Core",
"Loggers"
],
"source": {
"git": "https://github.com/sinoru/Logue.git",
"tag": "1.0.4"
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Logue/*.{swift}",
"frameworks": "Foundation"
},
{
"name": "Loggers",
"source_files": "Sources/Loggers/*.{swift}",
"frameworks": "Foundation",
"dependencies": {
"Logue/Core": [
]
}
}
]
}