blob: 8975e9a7f3436285dbbf10f0ad8dc9bb8b64ccea [file] [log] [blame]
{
"name": "Slog",
"version": "0.4.0",
"summary": "Simple Swift logging",
"description": "Simple swift logging",
"homepage": "https://github.com/Raizlabs/Slog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"johnstricker": "john.stricker@raizlabs.com"
},
"source": {
"git": "https://github.com/Raizlabs/Slog.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Slog/Classes/**/*",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "LogOnly",
"source_files": "Slog/Classes/Slog.*"
}
]
}