blob: 48baf0c04f9e9db00601474e4e9d38ccbf1dfd80 [file] [log] [blame]
{
"name": "MDMMainThreadChecker",
"version": "1.0.0",
"summary": "监测主线程UI是否在子线程调用的框架",
"homepage": "https://github.com/mademao/MDMMainThreadChecker",
"license": "GPL",
"authors": {
"mademao": "ismademao@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mademao/MDMMainThreadChecker.git",
"tag": "1.0.0"
},
"source_files": "MDMMainThreadChecker/**/*.{h,m}",
"requires_arc": true
}