[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 3 / 5 / IRLPDFScanContent / 1.0.0 / IRLPDFScanContent.podspec.json
blobcfd79b22312727c28c48e8479797058bc193096b
2   "name": "IRLPDFScanContent",
3   "version": "1.0.0",
4   "summary": "SwiftUI & UKKit - Images or PDF scanner.",
5   "description": "A convenient class usable from `UIKit` view controller or `SwiftUI` to scan document & get `UIImage` or `PDFDocument` as result",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/charlymr/IRLPDFScanContent",
11   "authors": {
12     "Denis Martin": "support@irlmobile.com"
13   },
14   "source": {
15     "git": "https://github.com/charlymr/IRLPDFScanContent.git",
16     "branch": "main",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "module_name": "IRLPDFScanContent",
23   "swift_versions": "5.5",
24   "source_files": [
25     "Sources/IRLPDFScanContent/*.{swift}",
26     "Sources/IRLPDFScanContent/Internal/*.{swift}",
27     "5.5"
28   ],
29   "ios": {
30     "frameworks": [
31       "UIKit",
32       "PDFKit",
33       "VisionKit",
34       "SwiftUI"
35     ]
36   },
37   "swift_version": "5.5"