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