blob: 9f3c8d32ef58cf5d60775b2b71f3fdf63e8d188d [file] [log] [blame]
{
"name": "LYLeaksInspector",
"version": "1.0.0",
"summary": "LYLeaksInspector is a read-time tool to detect view-leaks in your app.",
"description": "LYLeaksInspector is a read-time tool to detect view-leaks in your app efficiently.",
"homepage": "https://github.com/linyu92/LYLeaksInspector",
"license": "MIT",
"authors": {
"levi92": "330269630@qq.com"
},
"source": {
"git": "https://github.com/linyu92/LYLeaksInspector.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "LYLeaksInspector/Classes/{Categories,DebugUtils,MRC,UI}/*.{h,m}",
"ios": {
"exclude_files": "LYLeaksInspector/Classes/MRC/*.{h,m}"
},
"requires_arc": true,
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": "LYLeaksInspector/Classes/MRC/*.{h,m}"
}
]
}