blob: a2e7b16262996c146d1bddc5daf878161c9291ea [file] [log] [blame]
{
"name": "MMLogWindow",
"version": "0.0.1",
"summary": "MMLogWindow is a macOS Logger.",
"description": "MMLogWindow is a macOS Logger. It has a singleton interface so it can be called anywhere\nin you Mac application.",
"homepage": "https://github.com/MatthewMerritt/MMLogWindow",
"license": "MIT",
"authors": "Matthew Merritt",
"platforms": {
"osx": "10.11"
},
"source": {
"git": "https://github.com/MatthewMerritt/MMLogWindow.git"
},
"source_files": "MMLogWindow/Classes/**/*",
"exclude_files": "Classes/Exclude",
"resources": "MMLogWindow/Assets/**/*",
"pushed_with_swift_version": "4.0"
}