blob: 1d4906a9b7322b24062f27d6b8e96cd87dd29a7c [file] [log] [blame]
{
"name": "SBObjectiveCWrapper",
"version": "1.4.0",
"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": "9.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/SwiftyBeaver/SBObjectiveCWrapper.git",
"tag": "1.4.0"
},
"source_files": "sources",
"dependencies": {
"SwiftyBeaver": [
"~> 1.4.0"
]
},
"pushed_with_swift_version": "3.0"
}