[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 1 / LCToolsKit / 1.0.3 / LCToolsKit.podspec.json
blobeaca8437df285211678ec1b908d0ce9cc98853fa
2   "name": "LCToolsKit",
3   "version": "1.0.3",
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.3"
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": "LCAppReviewManager",
44       "source_files": "Sources/LCToolsKit/LCAppReviewManager/*.swift"
45     },
46     {
47       "name": "LCFileAdministrator",
48       "source_files": "Sources/LCToolsKit/LCFileAdministrator/*.swift"
49     },
50     {
51       "name": "LCSpeechManager",
52       "source_files": "Sources/LCToolsKit/LCSpeechManager/*.swift"
53     }
54   ],
55   "swift_version": "5.0"