blob: 8b3bf649a51ee8dca4b6f4341a43e83df6bbf363 [file] [log] [blame]
{
"name": "SFCDebug",
"version": "0.1.0",
"summary": "Wrapper for the CocoaLamberjack logging framework",
"homepage": "https://github.com/bubnov/SFCDebug",
"license": "MIT",
"authors": {
"Bubnov Slavik": "bubnovslavik@gmail.com"
},
"source": {
"git": "https://github.com/bubnov/SFCDebug.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SFCDebug",
"dependencies": {
"CocoaLumberjack": [
"~> 1.9"
]
}
}