[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 1 / LCToolsKit / 1.0.0 / LCToolsKit.podspec.json
blob9e9e681d3a0ec73202d7958d03d3993454d5b0b7
2   "name": "LCToolsKit",
3   "version": "1.0.0",
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.13"
19   },
20   "source": {
21     "git": "https://github.com/DevLiuSir/LCToolsKit.git",
22     "tag": "1.0.0"
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   "swift_version": "5.0"