blob: 0a17ae959f0dce12409269f4dcc3a72b654e0aaf [file] [log] [blame]
{
"name": "iosDebugLog",
"version": "1.0.0",
"summary": "A tools of debug log.",
"description": " A longer description of iosDebugLog 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/liuyufeng2014/DebugLog",
"license": "MIT",
"authors": {
"liuyufeng": "lyf13629369104@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/liuyufeng2014/DebugLog.git",
"tag": "1.0.0"
},
"source_files": [
"DebugLog",
"DebugLog/**/*.{h,m}"
],
"requires_arc": true
}