blob: 9a892c01db3f544fa13769326c1911b43e47b15e [file] [log] [blame]
{
"name": "LYMainThreadDetect",
"version": "1.0.0",
"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.0"
},
"source_files": "LYMainThreadDetect/*.{h,m}",
"public_header_files": "LYMainThreadDetect/*.h",
"frameworks": "Foundation",
"requires_arc": true
}