[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / f / 2 / LXPerformanceKit / 0.0.1 / LXPerformanceKit.podspec.json
blob20bb24db13e74051a8428baa6d673aea2e61ecef
2   "name": "LXPerformanceKit",
3   "version": "0.0.1",
4   "summary": "A short description of LXPerformanceKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/lixq677/LXPerformanceKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "李笑清": "xiaoqingmail@sina.cn"
13   },
14   "source": {
15     "git": "https://github.com/lixq677/LXPerformanceKit.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LXPerformanceKit/*.{h,m}",
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "requires_arc": true,
29   "dependencies": {
30     "YYModel": [
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "LXTools",
37       "source_files": [
38         "LXPerformanceKit/LXTools/*.{h,m}",
39         "LXPerformanceKit/LXTools/**/*.{h,m}"
40       ],
41       "dependencies": {
42         "libextobjc": [
44         ]
45       }
46     },
47     {
48       "name": "LXSystem",
49       "source_files": [
50         "LXPerformanceKit/LXSystem/*.{h,m}",
51         "LXPerformanceKit/LXSystem/**/*.{h,m}"
52       ]
53     },
54     {
55       "name": "LXCPUMonitor",
56       "source_files": [
57         "LXPerformanceKit/LXCPUMonitor/*.{h,m}",
58         "LXPerformanceKit/LXCPUMonitor/**/*.{h,m}"
59       ],
60       "dependencies": {
61         "LXPerformanceKit/LXSystem": [
63         ],
64         "LXPerformanceKit/LXTools": [
66         ]
67       }
68     },
69     {
70       "name": "LXLagMonitor",
71       "source_files": [
72         "LXPerformanceKit/LXLagMonitor/*.{h,m}",
73         "LXPerformanceKit/LXLagMonitor/**/*.{h,m}"
74       ],
75       "dependencies": {
76         "LXPerformanceKit/LXSystem": [
78         ],
79         "LXPerformanceKit/LXTools": [
81         ],
82         "YYCache": [
84         ]
85       }
86     },
87     {
88       "name": "LXCrashMonitor",
89       "source_files": [
90         "LXPerformanceKit/LXCrashMonitor/*.{h,m,mm,c}",
91         "LXPerformanceKit/LXCrashMonitor/**/*.{h,m,mm,c}"
92       ],
93       "dependencies": {
94         "LXPerformanceKit/LXSystem": [
96         ],
97         "LXPerformanceKit/LXTools": [
99         ],
100         "YYCache": [
102         ]
103       }
104     }
105   ]