[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 4 / 0 / MCLogger / 0.7.0 / MCLogger.podspec.json
blobdb6af3f580f020ee50f827165812dd1cdeb0d65d
2   "name": "MCLogger",
3   "version": "0.7.0",
4   "summary": "A fast & simple, yet powerful & flexible logging framework for Mac and iOS base on CocoaLumberjack.",
5   "description": "'It is similar in concept to other popular logging frameworks such as log4j, '     'yet is designed specifically for objective-c, and takes advantage of features '   'such as multi-threading, grand central dispatch (if available), lockless '        atomic operations, and the dynamic nature of the objective-c runtime.'",
6   "homepage": "https://github.com/BinaryParadise/MCLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rake Yang": "fenglaijun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/BinaryParadise/MCLogger.git",
16     "tag": "0.7.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MCLogger/Classes/**/*",
22   "private_header_files": "MCLogger/Classes/Internal/**/*.h",
23   "dependencies": {
24     "CocoaLumberjack": [
25       "~> 3.0"
26     ],
27     "MJExtension": [
28       "~> 3.0"
29     ],
30     "SocketRocket": [
31       "~> 0.5"
32     ],
33     "SAMKeychain": [
34       "~> 1.5"
35     ]
36   },
37   "deprecated": true