[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / f / 6 / LCPermissionManager / 1.0.0 / LCPermissionManager.podspec.json
blob0bced34dc41158b3e3d6b074b3025f026c4095ce
2   "name": "LCPermissionManager",
3   "version": "1.0.0",
4   "summary": "LCPermissionManager is a convenient wrapper on the macOS permissions API",
5   "description": "LCPermissionManager is a convenient wrapper around the macOS permission API, including accessibility, screen recording, and full disk access permissions",
6   "homepage": "https://github.com/DevLiuSir/LCPermissionManager",
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/LCPermissionManager.git",
22     "tag": "1.0.0"
23   },
24   "source_files": "Sources/LCPermissionManager/**/*.{h,m,swift}",
25   "resources": "Sources/LCPermissionManager/Resources/**/*.strings",
26   "resource_bundles": {
27     "LCPermissionManager": [
28       "Sources/LCPermissionManager/Resources/*.bundle"
29     ]
30   },
31   "swift_version": "5.0"