blob: 6b820808d05d47bcd26d0cc6e5aeef57c4537382 [file] [log] [blame]
{
"name": "ClangTrace",
"version": "0.1.0",
"summary": "二进制重排,Clang 插桩获取 APP 启动调用的函数符号",
"description": "二进制重排,Clang 插桩获取 APP 启动调用的函数符号",
"homepage": "https://github.com/huipengo/ClangTrace",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"彭辉": "penghui_only@163.com"
},
"source": {
"git": "https://github.com/huipengo/ClangTrace.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Pod/Classes/*.{h,m,c}"
}