[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / f / 2 / LXPerformanceKit / 0.0.2 / LXPerformanceKit.podspec.json
blobfada3511ede09b612bee509753b841d65919ce36
2   "name": "LXPerformanceKit",
3   "version": "0.0.2",
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.2"
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     "libextobjc": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "LXTools",
40       "source_files": [
41         "LXPerformanceKit/LXTools/*.{h,m}",
42         "LXPerformanceKit/LXTools/**/*.{h,m}"
43       ],
44       "dependencies": {
45         "libextobjc": [
47         ]
48       }
49     },
50     {
51       "name": "LXSystem",
52       "source_files": [
53         "LXPerformanceKit/LXSystem/*.{h,m}",
54         "LXPerformanceKit/LXSystem/**/*.{h,m}"
55       ]
56     },
57     {
58       "name": "LXCPUMonitor",
59       "source_files": [
60         "LXPerformanceKit/LXCPUMonitor/*.{h,m}",
61         "LXPerformanceKit/LXCPUMonitor/**/*.{h,m}"
62       ],
63       "dependencies": {
64         "LXPerformanceKit/LXSystem": [
66         ],
67         "LXPerformanceKit/LXTools": [
69         ]
70       }
71     },
72     {
73       "name": "LXLagMonitor",
74       "source_files": [
75         "LXPerformanceKit/LXLagMonitor/*.{h,m}",
76         "LXPerformanceKit/LXLagMonitor/**/*.{h,m}"
77       ],
78       "dependencies": {
79         "LXPerformanceKit/LXSystem": [
81         ],
82         "LXPerformanceKit/LXTools": [
84         ],
85         "YYCache": [
87         ]
88       }
89     },
90     {
91       "name": "LXCrashMonitor",
92       "source_files": [
93         "LXPerformanceKit/LXCrashMonitor/*.{h,m,mm,c}",
94         "LXPerformanceKit/LXCrashMonitor/**/*.{h,m,mm,c}"
95       ],
96       "dependencies": {
97         "LXPerformanceKit/LXSystem": [
99         ],
100         "LXPerformanceKit/LXTools": [
102         ],
103         "YYCache": [
105         ]
106       }
107     }
108   ]