blob: 7733646530530cb385cb64ef818db49ce5244a19 [file] [log] [blame]
{
"name": "WZLog",
"version": "2.0.0",
"summary": "A log system for iOS named WZLog.",
"description": " WZLog is a iOS log system,it can output log to both console and file.It is usefull for debug.\n",
"homepage": "https://github.com/wangzz/WZLog",
"license": "MIT",
"authors": {
"王中周": "wzzvictory_tjsd@163.com"
},
"source": {
"git": "https://github.com/wangzz/WZLog.git",
"tag": "2.0.0"
},
"social_media_url": "http://weibo.com/foogry",
"platforms": {
"ios": "4.3"
},
"requires_arc": false,
"source_files": "WZLog/*",
"frameworks": [
"Foundation",
"UIKit"
]
}