Skip to content

Commit fddcabc

Browse files
authored
Merge pull request #14 from vinodiOS/Pod-Spec-Update
pod spec and readme update
2 parents 11861bc + df77286 commit fddcabc

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pod 'SwiftQRScanner', :git => ‘https://github.com/vinodiOS/SwiftQRScanner’
3232
Swift Package Manager
3333
```ruby
3434
dependencies: [
35-
.package(url: "https://github.com/vinodiOS/SwiftQRCodeScanner.git", from: "1.1.5")
35+
.package(url: "https://github.com/vinodiOS/SwiftQRCodeScanner.git", from: "1.1.6")
3636
]
3737
```
3838

SwiftQRScanner.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SwiftQRScanner'
11-
s.version = '1.1.5'
11+
s.version = '1.1.6'
1212
s.summary = 'Read QR Codes using SwiftQRScanner'
1313

1414
# This description is used to generate tags and improve search results.

SwiftQRScanner.podspec.save

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SwiftQRScanner'
11-
s.version = '1.1.5'
11+
s.version = '1.1.6'
1212
s.summary = 'Read QR Codes using SwiftQRScanner'
1313

1414
# This description is used to generate tags and improve search results.

_Pods.xcodeproj

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)