blob: 8081b50ec9af60fa603d343a5f3c0ca11a87d3c3 [file] [log] [blame]
{
"name": "locus",
"version": "1.0",
"summary": "track your code on debug",
"platforms": {
"ios": "11.0"
},
"description": "track your code on debug",
"homepage": "https://github.com/hzfanfei/locus.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fanfei": "hzfanfei@163.com"
},
"source": {
"git": "https://github.com/hzfanfei/locus.git",
"tag": "1.0"
},
"source_files": [
"locus/**/*.{h,m,c}",
"locus/**/hook_objc_msgSend_x86.s"
],
"public_header_files": "locus/**/*.h",
"requires_arc": true
}