Bump to v5.3.1
This commit is contained in:
parent
ffd4764750
commit
5975bc938b
|
@ -1,7 +1,7 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'QRCodeReader.swift'
|
||||
s.module_name = 'QRCodeReader'
|
||||
s.version = '5.3.0'
|
||||
s.version = '5.3.1'
|
||||
s.license = 'MIT'
|
||||
s.summary = 'Simple QRCode and 1D bar code reader in Swift'
|
||||
s.homepage = 'https://github.com/yannickl/QRCodeReader.swift.git'
|
||||
|
|
|
@ -67,7 +67,7 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||
platform :ios, '8.0'
|
||||
|
||||
use_frameworks!
|
||||
pod 'QRCodeReader.swift', '~> 5.3.0'
|
||||
pod 'QRCodeReader.swift', '~> 5.3.1'
|
||||
```
|
||||
|
||||
Install into your project:
|
||||
|
@ -98,7 +98,7 @@ $ brew install carthage
|
|||
To integrate `QRCodeReader` into your Xcode project using Carthage, specify it in your `Cartfile` file:
|
||||
|
||||
```ogdl
|
||||
github "yannickl/QRCodeReader.swift" >= 5.3.0
|
||||
github "yannickl/QRCodeReader.swift" >= 5.3.1
|
||||
```
|
||||
|
||||
#### Manually
|
||||
|
|
Loading…
Reference in New Issue