blob: a4f4e9b38af8439dd338e11c0ef72679600e3dc2 [file] [log] [blame]
{
"name": "LYMainThreadDetect",
"version": "1.0.1",
"summary": "a simple main thread detector.",
"description": "a simple main thread detector which can monitoring the long-running operations.",
"homepage": "https://github.com/install-b/LYMainThreadDetect.git",
"license": "MIT",
"authors": {
"ShanggenZhang": "gkzhangshangen@163.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/install-b/LYMainThreadDetect.git",
"tag": "1.0.1"
},
"source_files": "LYMainThreadDetect/*.{h,m}",
"public_header_files": "LYMainThreadDetect/*.h",
"frameworks": "Foundation",
"requires_arc": true
}