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