blob: a23ce7f2236f0f083ff79d6717f6e94c178e1528 [file] [log] [blame]
{
"name": "locus",
"version": "1.1",
"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.1"
},
"source_files": [
"locus/locus/*.{h,m,c}",
"locus/locus/hook_objc_msgSend_x86.s"
],
"public_header_files": "locus/**/*.h",
"requires_arc": true
}