diff --git a/Specs/d/5/a/DSF_QRCode/21.0.0/DSF_QRCode.podspec.json b/Specs/d/5/a/DSF_QRCode/21.0.0/DSF_QRCode.podspec.json new file mode 100644 index 000000000000000..dd28a7e0d0c126b --- /dev/null +++ b/Specs/d/5/a/DSF_QRCode/21.0.0/DSF_QRCode.podspec.json @@ -0,0 +1,58 @@ +{ + "name": "DSF_QRCode", + "version": "21.0.0", + "summary": "A simple drop-in macOS/iOS/tvOS/watchOS QR Code generator view for Swift, Objective-C and SwiftUI.", + "homepage": "https://github.com/dagronf/QRCode", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "Darren Ford": "dford_au-reg@yahoo.com" + }, + "source": { + "git": "https://github.com/dagronf/QRCode.git", + "tag": "21.0.0" + }, + "resource_bundles": { + "DSF_QRCode": "Sources/QRCode/PrivacyInfo.xcprivacy" + }, + "module_name": "QRCode", + "dependencies": { + "SwiftQRCodeGenerator": [ + "~> 2.0.2" + ], + "SwiftImageReadWrite": [ + "~> 1.9.1" + ] + }, + "platforms": { + "osx": "10.13", + "ios": "11.0", + "tvos": "13.0", + "watchos": "6.0" + }, + "osx": { + "frameworks": "AppKit" + }, + "ios": { + "frameworks": "UIKit" + }, + "tvos": { + "frameworks": "UIKit" + }, + "watchos": { + "frameworks": "UIKit" + }, + "source_files": "Sources/QRCode/**/*.swift", + "swift_versions": [ + "5.4", + "5.5", + "5.6", + "5.7", + "5.8", + "5.9", + "5.10" + ], + "swift_version": "5.10" +}