[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 4 / 0 / MCLogger / 0.2.2 / MCLogger.podspec.json
blob20857d04a48de27fd81ec55f715042e40cbd1ce2
2   "name": "MCLogger",
3   "version": "0.2.2",
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/MC-Studio/MCLogger.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "MCLoggerLevel=5"
24   },
25   "user_target_xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "MCLoggerLevel=5",
27     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
28   },
29   "source_files": "MCLogger/Classes/**/*",
30   "dependencies": {
31     "CocoaLumberjack": [
32       "~> 3.3.0"
33     ],
34     "MCFoundation": [
35       "~> 0.1.1"
36     ]
37   },
38   "deprecated": true