[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / a / b / f / LYLeaksInspector / 1.0.4 / LYLeaksInspector.podspec.json
blobe4d610f6d54662513c7808b90c266bb8dc2b4957
2   "name": "LYLeaksInspector",
3   "version": "1.0.4",
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.4"
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   "xcconfig": {
24     "GCC_PREPROCESSOR_DEFINITIONS": "LYListViewControllers=0"
25   },
26   "subspecs": [
27     {
28       "name": "no-arc",
29       "requires_arc": false,
30       "source_files": "LYLeaksInspector/Classes/MRC/*.{h,m}"
31     }
32   ]