blob: 293f2517cf118f9736d53035e60c92217c9c2848 [file] [log] [blame]
{
"name": "SBObjectiveCWrapper",
"version": "0.1.1",
"summary": "Objective-C wrapper and macros around SwiftyBeaver logging framework",
"description": "SBObjectiveCWrapper brings SwiftyBeaver logging support to your Objective-C files. After setting up SwiftyBeaver in Swift, you can use a familiar C macro syntax in your Objective-C code to reuse the same logging destinations and filter settings.",
"homepage": "https://github.com/SwiftyBeaver/SBObjectiveCWrapper",
"license": "MIT",
"authors": {
"Reese McLean": "reese.mclean@me.com"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/SwiftyBeaver/SBObjectiveCWrapper.git",
"tag": "v0.1.1"
},
"source_files": "sources",
"dependencies": {
"SwiftyBeaver": [
"~> 0.3.0"
]
}
}