Skip to content

Commit

Permalink
Update cocoapods to 19.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dagronf committed Jun 8, 2024
1 parent f0090c5 commit d9f5eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DSF_QRCode.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'DSF_QRCode'
s.version = '19.2.0'
s.version = '19.3.2'
s.summary = 'A simple drop-in macOS/iOS/tvOS/watchOS QR Code generator view for Swift, Objective-C and SwiftUI.'
s.homepage = 'https://github.com/dagronf/QRCode'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ A quick and beautiful macOS/iOS/tvOS/watchOS QR Code generator/detector library
To use in your project, add the following dependency to your Package.swift:

```swift
.package(url: "https://github.com/dagronf/qrcode.git", from: "18.0.0")
.package(url: "https://github.com/dagronf/qrcode.git", from: "19.0.0")
```

### Cocoapods
Expand Down

0 comments on commit d9f5eb2

Please sign in to comment.