blob: e4bab49d580758844bff3a99fd13290593cd7302 [file] [log] [blame]
{
"name": "SIALoggerSwift",
"version": "1.0.0",
"summary": "SIALogger - library for simplify log.",
"description": "SIALogger - library for simplify log and assertion, for Swift (If you want to use SIALogger from Objective-C, see the “SIALogger” pod.)\nSupported five log level: {Fatal, Error, Warning, Info, Trace}\n For more information see: https://github.com/ivlevAstef/SIALogger/wiki/SIALogger-Swift",
"homepage": "https://github.com/ivlevAstef/SIALogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"documentation_url": "https://github.com/ivlevAstef/SIALogger/wiki/SIALogger-Swift",
"authors": {
"Alexander.Ivlev": "ivlev.stef@gmail.com"
},
"source": {
"git": "https://github.com/ivlevAstef/SIALogger.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Swift/SIALogger/SIALogger/**/*.swift"
}