blob: fa54f9edb4a7b998262f4c78039929611c04decd [file] [log] [blame]
{
"name": "SIALoggerSwift",
"version": "1.1.1",
"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_v110",
"homepage": "https://github.com/ivlevAstef/SIALogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"documentation_url": "https://github.com/ivlevAstef/SIALogger/wiki/SIALogger-Swift_v110",
"authors": {
"Alexander.Ivlev": "ivlev.stef@gmail.com"
},
"source": {
"git": "https://github.com/ivlevAstef/SIALogger.git",
"tag": "v1.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Swift/SIALogger/SIALogger/Core/**/*.swift"
},
{
"name": "Colorful",
"dependencies": {
"SIALoggerSwift/Core": [
]
},
"source_files": "Swift/SIALogger/SIALogger/Colored/**/*.swift"
}
]
}