[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / d / 0 / 2 / SIALogger / 1.1.3 / SIALogger.podspec.json
blob37268549d0bc23bfac75fbb601313cb1291945a9
2   "name": "SIALogger",
3   "version": "1.1.3",
4   "summary": "SIALogger - library for simplify log.",
5   "description": "SIALogger - library for simplify log and assertion, for Objective-C (If you want to use SIALogger from Swift, see the ”SIALogger” pod.)\n     Supported five log level: {Fatal, Error, Warning, Info, Trace}\n     For more information see: https://github.com/ivlevAstef/SIALogger/wiki/SIALogger-Objective-C_v110",
6   "homepage": "https://github.com/ivlevAstef/SIALogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "documentation_url": "https://github.com/ivlevAstef/SIALogger/wiki/SIALogger-Objective-C_v110",
12   "authors": {
13     "Alexander.Ivlev": "ivlev.stef@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ivlevAstef/SIALogger.git",
17     "tag": "v1.1.3"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "5.0"
22   },
23   "source_files": "ObjC/SIALogger/SIALogger/SIALogger.h",
24   "public_header_files": "ObjC/SIALogger/SIALogger/SIALogger.h",
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "ObjC/SIALogger/SIALogger/Core/**/*.{h,m}",
30       "public_header_files": "ObjC/SIALogger/SIALogger/Core/**/*.h"
31     },
32     {
33       "name": "Colorful",
34       "xcconfig": {
35         "OTHER_CFLAGS": "$(inherited) -D__SIA_LOG_COLORFUL__"
36       },
37       "dependencies": {
38         "SIALogger/Core": [
40         ]
41       },
42       "source_files": "ObjC/SIALogger/SIALogger/Colored/**/*.{h,m}",
43       "public_header_files": "ObjC/SIALogger/SIALogger/Colored/**/*.h"
44     }
45   ]