[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / d / f / MKLog / 0.1.2 / MKLog.podspec.json
blob3efa2fa7919336913ed446840f46eb528888b14c
2   "name": "MKLog",
3   "version": "0.1.2",
4   "summary": "Lightweight log with multiple log levels",
5   "description": "A lightweight logger implementation for Objective-C with multiple log levels.",
6   "homepage": "https://github.com/mikumi/MKLog",
7   "license": "MIT",
8   "authors": {
9     "Michael Kuck": "me@michael-kuck.com"
10   },
11   "source": {
12     "git": "https://github.com/mikumi/MKLog.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "watchos": "2.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "MKLog": [
23       "Pod/Assets/*.png"
24     ]
25   }