blob: 66ef38313e12f25cf189a1b30900935db762a8a1 [file] [log] [blame]
{
"name": "STDebug",
"version": "1.0.1",
"summary": "一个好用的iOS日志查看,环境切换工具。",
"description": "一个好用的iOS日志查看,环境切换工具。可以在App端实现查看,环境切换等操作。",
"homepage": "https://github.com/bolan9999/STDebug",
"authors": {
"石破天": "xizhu.lu@msxf.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bolan9999/STDebug.git",
"tag": "1.0.1"
},
"source_files": [
"STDebug/*.{h,m}",
"STDebug/**/*.{h,m}",
"include/**/*.{h}"
],
"public_header_files": [
"STDebug/STDebug.h",
"STDebug/Untils/STDebugger.h"
],
"frameworks": "UIKit",
"requires_arc": true
}