[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / a / DSF_QRCode / 17.0.0 / DSF_QRCode.podspec.json
blob2f47e73da2a94a1e61dc0cc99c21ea23d54eee4a
2   "name": "DSF_QRCode",
3   "version": "17.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": "17.0.0"
16   },
17   "module_name": "QRCode",
18   "dependencies": {
19     "SwiftQRCodeGenerator": [
20       "~> 2.0.2"
21     ],
22     "SwiftImageReadWrite": [
23       "~> 1.4.1"
24     ]
25   },
26   "platforms": {
27     "osx": "10.13",
28     "ios": "13.0",
29     "tvos": "13.0",
30     "watchos": "6.0"
31   },
32   "osx": {
33     "frameworks": "AppKit"
34   },
35   "ios": {
36     "frameworks": "UIKit"
37   },
38   "tvos": {
39     "frameworks": "UIKit"
40   },
41   "watchos": {
42     "frameworks": "UIKit"
43   },
44   "source_files": "Sources/QRCode/**/*.swift",
45   "swift_versions": [
46     "5.4",
47     "5.5",
48     "5.6",
49     "5.7",
50     "5.8",
51     "5.9"
52   ],
53   "swift_version": "5.9"