blob: 99116dead485ad25528a7b22a9ade1afb48eeda8 [file] [log] [blame]
{
"name": "MKLog",
"version": "0.1.1",
"summary": "Lightweight log with multiple log levels",
"description": " A lightweight logger implementation for Objective-C with multiple log levels.\n",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MKLog": [
"Pod/Assets/*.png"
]
}
}