blob: ebbe218cc073756bf4f7225b603460d8d0449612 [file] [log] [blame]
{
"name": "Blabber",
"version": "1.1.5",
"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.5"
},
"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": [
"~> 2.0"
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "COCOALUMBERJACK=1"
}
}
]
}