Bump to v5.3.1

This commit is contained in:
Yannick Loriot 2016-01-12 11:18:48 +01:00
parent ffd4764750
commit 5975bc938b
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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