blob: 37268549d0bc23bfac75fbb601313cb1291945a9 [file] [log] [blame]
{
"name": "SIALogger",
"version": "1.1.3",
"summary": "SIALogger - library for simplify log.",
"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",
"homepage": "https://github.com/ivlevAstef/SIALogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"documentation_url": "https://github.com/ivlevAstef/SIALogger/wiki/SIALogger-Objective-C_v110",
"authors": {
"Alexander.Ivlev": "ivlev.stef@gmail.com"
},
"source": {
"git": "https://github.com/ivlevAstef/SIALogger.git",
"tag": "v1.1.3"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": "ObjC/SIALogger/SIALogger/SIALogger.h",
"public_header_files": "ObjC/SIALogger/SIALogger/SIALogger.h",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "ObjC/SIALogger/SIALogger/Core/**/*.{h,m}",
"public_header_files": "ObjC/SIALogger/SIALogger/Core/**/*.h"
},
{
"name": "Colorful",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -D__SIA_LOG_COLORFUL__"
},
"dependencies": {
"SIALogger/Core": [
]
},
"source_files": "ObjC/SIALogger/SIALogger/Colored/**/*.{h,m}",
"public_header_files": "ObjC/SIALogger/SIALogger/Colored/**/*.h"
}
]
}