[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / d / 0 / 2 / SIALogger / 1.1.1 / SIALogger.podspec.json
blob928197e30b0ebc885128848ff9d9f4c2bec92e31
2   "name": "SIALogger",
3   "version": "1.1.1",
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.1"
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       "prefix_header_contents": "#ifndef __SIA_LOG_COLORFUL__\n  #define __SIA_LOG_COLORFUL__\n#endif",
35       "dependencies": {
36         "SIALogger/Core": [
38         ]
39       },
40       "source_files": "ObjC/SIALogger/SIALogger/Colored/**/*.{h,m}",
41       "public_header_files": "ObjC/SIALogger/SIALogger/Colored/**/*.h"
42     }
43   ]