blob: d25cd0770e4fad854592a63ac5dbadfe8f80c0d6 [file] [log] [blame]
{
"name": "Blabber",
"version": "1.0.0",
"summary": "iOS modular logger based on CocoaLumberjack.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SysdataSpA/Blabber",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"francescoceravolo": "team.mobile@sysdata.it"
},
"source": {
"git": "https://github.com/SysdataSpA/Blabber.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Blabber/Classes/**/*",
"dependencies": {
"CocoaLumberjack": [
"~> 2.0"
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "SD_LOGGER_AVAILABLE=1"
},
"pushed_with_swift_version": "3.0"
}