blob: d967532ba24cba534bd63b929291e9fb5bb46473 [file] [log] [blame]
{
"name": "Log",
"version": "1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/delba/Log",
"authors": {
"Damien": "damien@delba.io"
},
"summary": "An extensible logging framework for Swift",
"source": {
"git": "https://github.com/delba/Log.git",
"tag": "v1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.{swift, h}",
"requires_arc": true
}