blob: 3efa2fa7919336913ed446840f46eb528888b14c [file] [log] [blame]
{
"name": "MKLog",
"version": "0.1.2",
"summary": "Lightweight log with multiple log levels",
"description": "A lightweight logger implementation for Objective-C with multiple log levels.",
"homepage": "https://github.com/mikumi/MKLog",
"license": "MIT",
"authors": {
"Michael Kuck": "me@michael-kuck.com"
},
"source": {
"git": "https://github.com/mikumi/MKLog.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MKLog": [
"Pod/Assets/*.png"
]
}
}