blob: 67b334dbedcde75509254c47fd868e1de95e604d [file] [log] [blame]
{
"name": "SLF4Swift",
"version": "2.0.1",
"summary": "Simple Log Facade for Swift",
"description": "Simple Log Facade for Swift serves as a simple facade\nfor logging frameworks allowing the end user to plug in the desired\nlogging framework at deployment time",
"homepage": "https://github.com/phimage/SLF4Swift",
"license": "MIT",
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/phimage/SLF4Swift.git",
"tag": "2.0.1"
},
"default_subspecs": "Core",
"resources": "logo-128x128.png",
"subspecs": [
{
"name": "Core",
"source_files": "SLF4Swift/*.swift"
},
{
"name": "Impl",
"source_files": "SLF4Swift/Implementation/*.swift",
"dependencies": {
"SLF4Swift/Core": [
]
}
},
{
"name": "CocoaLumberjack",
"source_files": "Backend/CocoaLumberjack/*.swift",
"dependencies": {
"SLF4Swift/Core": [
],
"CocoaLumberjack/Swift": [
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
}
},
{
"name": "XCGLogger",
"source_files": "Backend/XCGLogger/*.swift",
"dependencies": {
"SLF4Swift/Core": [
],
"XCGLogger": [
]
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
}
}
]
}