[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 1 / LCToolsKit / 1.0.5 / LCToolsKit.podspec.json
blob6af129b9017535d6d75981457c806c65b861a7b7
2   "name": "LCToolsKit",
3   "version": "1.0.5",
4   "summary": "LCToolsKit is a commonly used tool framework in macOS development",
5   "description": "LCToolsKit is a commonly used tool framework in macOS development!",
6   "homepage": "https://github.com/DevLiuSir/LCToolsKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marvin": "93428739@qq.com"
13   },
14   "swift_versions": [
15     "5.0"
16   ],
17   "platforms": {
18     "osx": "10.15"
19   },
20   "source": {
21     "git": "https://github.com/DevLiuSir/LCToolsKit.git",
22     "tag": "1.0.5"
23   },
24   "subspecs": [
25     {
26       "name": "LCProgressHUD",
27       "source_files": "Sources/LCToolsKit/LCProgressHUD/*.swift"
28     },
29     {
30       "name": "LCAppSandboxFileKit",
31       "source_files": "Sources/LCToolsKit/LCAppSandboxFileKit/LCAppSandboxFileAccess/*.swift",
32       "resources": "Sources/LCToolsKit/LCAppSandboxFileKit/Resources/*"
33     },
34     {
35       "name": "LCVolumeManager",
36       "source_files": "Sources/LCToolsKit/LCVolumeManager/*.swift"
37     },
38     {
39       "name": "LCDistributedNotificationManager",
40       "source_files": "Sources/LCToolsKit/LCDistributedNotificationManager/*.swift"
41     },
42     {
43       "name": "LCCFNotificationManager",
44       "source_files": "Sources/LCToolsKit/LCCFNotificationManager/*.swift"
45     },
46     {
47       "name": "LCTemperatureUtils",
48       "source_files": "Sources/LCToolsKit/LCTemperatureUtils/*.swift"
49     },
50     {
51       "name": "LCAppReviewManager",
52       "source_files": "Sources/LCToolsKit/LCAppReviewManager/*.swift"
53     },
54     {
55       "name": "LCFileAdministrator",
56       "source_files": "Sources/LCToolsKit/LCFileAdministrator/*.swift"
57     },
58     {
59       "name": "LCSpeechManager",
60       "source_files": "Sources/LCToolsKit/LCSpeechManager/*.swift"
61     },
62     {
63       "name": "Extension",
64       "source_files": "Sources/LCToolsKit/Extension/*.swift"
65     },
66     {
67       "name": "Other",
68       "source_files": "Sources/LCToolsKit/Other/*.swift"
69     }
70   ],
71   "swift_version": "5.0"