blob: e090958e0b329262e1dd2a0766b37cf3a8f25aae [file] [log] [blame]
{
"name": "HCClangTrace",
"version": "1.0.0",
"summary": "A tool to trace methods and generate orderFile.",
"description": "Use Clang Trace all method include c、oc、swift and block,you can use this tool to generate orderFile that gather\nalmost all the method that your app called.",
"homepage": "https://github.com/贺超/HCClangTrace",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jay.he": "1054134542@qq.com"
},
"source": {
"git": "https://github.com/jayhe/HCClangTrace.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HCClangTrace/Classes/**/*"
}