[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / f / 2 / LXPerformanceKit / 0.0.13 / LXPerformanceKit.podspec.json
bloba13ff9a0cd6030fa24e2193cbae42ddf71580b97
2   "name": "LXPerformanceKit",
3   "version": "0.0.13",
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.13"
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   "static_framework": true,
30   "libraries": [
31     "z",
32     "resolv.9",
33     "c++"
34   ],
35   "dependencies": {
36     "YYModel": [
38     ],
39     "libextobjc": [
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "LXTools",
46       "source_files": [
47         "LXPerformanceKit/LXTools/*.{h,m}",
48         "LXPerformanceKit/LXTools/**/*.{h,m}"
49       ],
50       "dependencies": {
51         "libextobjc": [
53         ]
54       }
55     },
56     {
57       "name": "LXSystem",
58       "source_files": [
59         "LXPerformanceKit/LXSystem/*.{h,m}",
60         "LXPerformanceKit/LXSystem/**/*.{h,m}"
61       ]
62     },
63     {
64       "name": "LXCPUMonitor",
65       "source_files": [
66         "LXPerformanceKit/LXCPUMonitor/*.{h,m}",
67         "LXPerformanceKit/LXCPUMonitor/**/*.{h,m}"
68       ],
69       "dependencies": {
70         "LXPerformanceKit/LXSystem": [
72         ],
73         "LXPerformanceKit/LXTools": [
75         ]
76       }
77     },
78     {
79       "name": "LXLagMonitor",
80       "source_files": [
81         "LXPerformanceKit/LXLagMonitor/*.{h,m}",
82         "LXPerformanceKit/LXLagMonitor/**/*.{h,m}"
83       ],
84       "dependencies": {
85         "LXPerformanceKit/LXSystem": [
87         ],
88         "LXPerformanceKit/LXTools": [
90         ]
91       }
92     },
93     {
94       "name": "LXCrashMonitor",
95       "source_files": [
96         "LXPerformanceKit/LXCrashMonitor/*.{h,m,mm,c}",
97         "LXPerformanceKit/LXCrashMonitor/**/*.{h,m,mm,c}"
98       ],
99       "dependencies": {
100         "LXPerformanceKit/LXSystem": [
102         ],
103         "LXPerformanceKit/LXTools": [
105         ]
106       }
107     },
108     {
109       "name": "LXGPUMonitor",
110       "source_files": [
111         "LXPerformanceKit/LXGPUMonitor/*.{h,m,mm,c}",
112         "LXPerformanceKit/LXGPUMonitor/**/*.{h,m,mm,c}"
113       ],
114       "frameworks": "IOKit"
115     },
116     {
117       "name": "LXFPSMonitor",
118       "source_files": [
119         "LXPerformanceKit/LXFPSMonitor/*.{h,m,mm,c}",
120         "LXPerformanceKit/LXFPSMonitor/**/*.{h,m,mm,c}"
121       ],
122       "frameworks": "UIKit"
123     },
124     {
125       "name": "LXMEMMonitor",
126       "source_files": [
127         "LXPerformanceKit/LXMEMMonitor/*.{h,m,mm,c}",
128         "LXPerformanceKit/LXMEMMonitor/**/*.{h,m,mm,c}"
129       ],
130       "dependencies": {
131         "LXPerformanceKit/LXSystem": [
133         ],
134         "LXPerformanceKit/LXTools": [
136         ]
137       }
138     },
139     {
140       "name": "LXUIMonitor",
141       "source_files": [
142         "LXPerformanceKit/LXUIMonitor/*.{h,m,mm,c}",
143         "LXPerformanceKit/LXUIMonitor/**/*.{h,m,mm,c}"
144       ],
145       "dependencies": {
146         "LXPerformanceKit/LXSystem": [
148         ],
149         "LXPerformanceKit/LXGPUMonitor": [
151         ],
152         "LXPerformanceKit/LXFPSMonitor": [
154         ],
155         "LXPerformanceKit/LXMEMMonitor": [
157         ],
158         "LXPerformanceKit/LXCPUMonitor": [
160         ],
161         "LXPerformanceKit/LXTools": [
163         ]
164       },
165       "frameworks": "UIKit"
166     }
167   ]