[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / 4 / 0 / MCLogger / 0.6.1 / MCLogger.podspec.json
blob0f5c08aa7fb7afc99167e57edc7079cdbecfbe31
2   "name": "MCLogger",
3   "version": "0.6.1",
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": "mylcode.ali@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/BinaryParadise/MCLogger.git",
16     "tag": "0.6.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": "MCLogger/Classes/**/*",
23   "private_header_files": "MCLogger/Classes/Internal/**/*.h",
24   "dependencies": {
25     "CocoaLumberjack": [
26       "~> 3.0"
27     ],
28     "MJExtension": [
29       "~> 3.0"
30     ],
31     "SocketRocket": [
32       "~> 0.5"
33     ],
34     "SAMKeychain": [
35       "~> 1.5"
36     ]
37   },
38   "deprecated": true