blob: 197373729ff671e3b376806c521eb5703582a2fb [file] [log] [blame]
{
"name": "SIALoggerSwift",
"version": "1.1.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_v110",
"authors": {
"Alexander.Ivlev": "ivlev.stef@gmail.com"
},
"source": {
"git": "https://github.com/ivlevAstef/SIALogger.git",
"tag": "v1.1.0"
},
"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"
}
]
}