[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 9 / 4 / 0 / MCLogger / 0.1.1 / MCLogger.podspec.json
blob2316405344c3e0301300c63d5140f0f9887faf14
2   "name": "MCLogger",
3   "version": "0.1.1",
4   "summary": "A fast & simple, yet powerful & flexible logging framework for Mac and iOS.",
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/mylcode/MCLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mylcode": "mylcode.ali@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mylcode/MCLogger.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "MCLogger/Classes/**/*",
25   "xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "MCLoggerVerbose=1"
27   },
28   "deprecated": true