[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / b / f / LYLeaksInspector / 1.0.0 / LYLeaksInspector.podspec.json
blob9f3c8d32ef58cf5d60775b2b71f3fdf63e8d188d
2   "name": "LYLeaksInspector",
3   "version": "1.0.0",
4   "summary": "LYLeaksInspector is a read-time tool to detect view-leaks in your app.",
5   "description": "LYLeaksInspector is a read-time tool to detect view-leaks in your app efficiently.",
6   "homepage": "https://github.com/linyu92/LYLeaksInspector",
7   "license": "MIT",
8   "authors": {
9     "levi92": "330269630@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/linyu92/LYLeaksInspector.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "LYLeaksInspector/Classes/{Categories,DebugUtils,MRC,UI}/*.{h,m}",
19   "ios": {
20     "exclude_files": "LYLeaksInspector/Classes/MRC/*.{h,m}"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "no-arc",
26       "requires_arc": false,
27       "source_files": "LYLeaksInspector/Classes/MRC/*.{h,m}"
28     }
29   ]