[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / d / f / MKLog / 0.1.1 / MKLog.podspec.json
blob99116dead485ad25528a7b22a9ade1afb48eeda8
2   "name": "MKLog",
3   "version": "0.1.1",
4   "summary": "Lightweight log with multiple log levels",
5   "description": "                       A lightweight logger implementation for Objective-C with multiple log levels.\n",
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.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MKLog": [
22       "Pod/Assets/*.png"
23     ]
24   }