blob: f2932162408e04cc863bd901405ee84ff8b2dc28 [file] [log] [blame]
{
"name": "SLF4Swift",
"version": "2.0.0",
"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"
},
"source": {
"git": "https://github.com/phimage/SLF4Swift.git",
"tag": "2.0.0"
},
"default_subspecs": "Core",
"resources": "logo-128x128.png",
"subspecs": [
{
"name": "Core",
"source_files": "SLF4Swift/*.swift"
},
{
"name": "Impl",
"source_files": "SLF4Swift/Implementation/*.swift",
"dependencies": {
"SLF4Swift/Core": [
]
}
}
]
}