[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / 2 / SIALogger / 1.1.0 / SIALogger.podspec.json
blob119285398ca63559498ee04b862d21d513ceaa9a
2   "name": "SIALogger",
3   "version": "1.1.0",
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",
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.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "5.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "ObjC/SIALogger/SIALogger/Core/**/*.{h,m}",
28       "public_header_files": "ObjC/SIALogger/SIALogger/Core/**/*.h"
29     },
30     {
31       "name": "Colorful",
32       "dependencies": {
33         "SIALogger/Core": [
35         ]
36       },
37       "source_files": "ObjC/SIALogger/SIALogger/Colored/**/*.{h,m}",
38       "public_header_files": "ObjC/SIALogger/SIALogger/Colored/**/*.h"
39     }
40   ]