Skip to content

Commit

Permalink
[Add] DSF_QRCode 21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dagronf authored and CocoaPodsBot committed Aug 25, 2024
1 parent 2d1881b commit 7525631
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions Specs/d/5/a/DSF_QRCode/21.0.0/DSF_QRCode.podspec.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"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"
}

0 comments on commit 7525631

Please sign in to comment.