blob: 62d007819dd33375fc23215fa3409619056906d3 [file] [log] [blame]
{
"name": "SZLogger",
"version": "0.0.4",
"summary": "A simple wrapper for NSLog to make things simpler. At least for me.",
"description": " A longer description of SZLogger in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"deprecated": true,
"homepage": "https://github.com/Zhukn1/SZLogger",
"license": "MIT",
"authors": "Stas Zhukovskiy",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Zhukn1/SZLogger.git",
"tag": "0.0.4"
},
"source_files": "SZLogger/*.{h,m}",
"requires_arc": true
}