blob: 5ecc6fc65f68dd261c81a537cc5f406d5c9bf0a2 [file] [log] [blame]
{
"name": "SZLogger",
"version": "0.0.2",
"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",
"homepage": "https://github.com/Zhukn1/SZLogger",
"license": "MIT",
"authors": {
"Stas Zhukovskiy": "stzhuk@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Zhukn1/SZLogger.git",
"tag": "0.0.2"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}