blob: 5cc81ef57ef7153a30bfc45896cff8fab0d18969 [file] [log] [blame]
{
"name": "SIALogger",
"version": "1.0.0",
"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",
"homepage": "https://github.com/ivlevAstef/SIALogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"documentation_url": "https://github.com/ivlevAstef/SIALogger/wiki/SIALogger-Objective-C",
"authors": {
"Alexander.Ivlev": "ivlev.stef@gmail.com"
},
"source": {
"git": "https://github.com/ivlevAstef/SIALogger.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": "ObjC/SIALogger/SIALogger/**/*.{h,m}",
"public_header_files": "ObjC/SIALogger/SIALogger/Headers/**/*.h"
}