[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / 3 / 5 / IRLPDFScanContent / 1.1.0 / IRLPDFScanContent.podspec.json
blobe73df855813a90cc48a48a086cf3f5fc8fafc0f9
2   "name": "IRLPDFScanContent",
3   "version": "1.1.0",
4   "summary": "SwiftUI & UKKit - Images or PDF scanner. Big brother and replacement of IRLDocumentScanner",
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.1.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     "Sources/IRLPDFScanContent/Legacy/*.{swift}",
28     "5.5"
29   ],
30   "ios": {
31     "frameworks": [
32       "UIKit",
33       "PDFKit",
34       "VisionKit",
35       "SwiftUI"
36     ]
37   },
38   "swift_version": "5.5"