blob: f8a43c252574a49e8d24173ff29673864ddac46c [file] [log] [blame]
{
"name": "SBObjectiveCWrapper",
"version": "0.7.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": "0.7.0"
},
"source_files": "sources",
"dependencies": {
"SwiftyBeaver": [
"~> 0.7"
]
}
}