blob: c3da1c7cbe86b7503dcd0db9bd05dd70b29d364c [file] [log] [blame]
{
"name": "Blabber",
"version": "1.1.11",
"swift_versions": "5.0",
"summary": "iOS modular logger based on CocoaLumberjack.",
"homepage": "https://github.com/SysdataSpA/Blabber",
"license": "Apache 2.0",
"authors": {
"Sysdata S.p.A.": "team.mobile@sysdata.it"
},
"source": {
"git": "https://github.com/SysdataSpA/Blabber.git",
"tag": "1.1.11"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Blabber/Classes/Base/**/*",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
}
},
{
"name": "CocoaLumberjack",
"source_files": "Blabber/Classes/CocoaLumberjack/*",
"dependencies": {
"Blabber/Core": [
],
"CocoaLumberjack": [
"~> 3.5.1"
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "COCOALUMBERJACK=1"
}
}
],
"swift_version": "5.0"
}