[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / a / DSF_QRCode / 23.0.0 / DSF_QRCode.podspec.json
blobf18753c0d0e1f70f87dd918713908ec462135466
2   "name": "DSF_QRCode",
3   "version": "23.0.0",
4   "summary": "A simple drop-in macOS/iOS/tvOS/watchOS QR Code generator view for Swift, Objective-C and SwiftUI.",
5   "homepage": "https://github.com/dagronf/QRCode",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Darren Ford": "dford_au-reg@yahoo.com"
12   },
13   "source": {
14     "git": "https://github.com/dagronf/QRCode.git",
15     "tag": "23.0.0"
16   },
17   "resource_bundles": {
18     "DSF_QRCode": "Sources/QRCode/PrivacyInfo.xcprivacy"
19   },
20   "module_name": "QRCode",
21   "dependencies": {
22     "SwiftQRCodeGenerator": [
23       "~> 2.0.2"
24     ],
25     "SwiftImageReadWrite": [
26       "~> 1.9.1"
27     ]
28   },
29   "platforms": {
30     "osx": "10.13",
31     "ios": "11.0",
32     "tvos": "13.0",
33     "watchos": "6.0"
34   },
35   "osx": {
36     "frameworks": "AppKit"
37   },
38   "ios": {
39     "frameworks": "UIKit"
40   },
41   "tvos": {
42     "frameworks": "UIKit"
43   },
44   "watchos": {
45     "frameworks": "UIKit"
46   },
47   "source_files": "Sources/QRCode/**/*.swift",
48   "swift_versions": [
49     "5.4",
50     "5.5",
51     "5.6",
52     "5.7",
53     "5.8",
54     "5.9",
55     "5.10"
56   ],
57   "swift_version": "5.10"