Bump to v3.1.7

This commit is contained in:
Yannick Loriot 2015-03-13 19:14:21 +01:00
parent 7fb73b17f5
commit 52520d70a3
3 changed files with 5 additions and 4 deletions

View File

@ -8,8 +8,9 @@ Please keep the list sorted.
### Lead developer
* [Yannick Loriot](https://github.com/YannickL)
* [Yannick Loriot](https://github.com/yannickl)
### People and companies, who have contributed
*
* [Daniel Tartaglia](https://github.com/dtartaglia)
* [Mesashi Beheim](https://github.com/beheim)

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'QRCodeReader.swift'
s.module_name = 'QRCodeReader'
s.version = '3.1.6'
s.version = '3.1.7'
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

@ -26,7 +26,7 @@ $ touch Podfile
$ edit Podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'QRCodeReader.swift', '~> 3.1.6'
pod 'QRCodeReader.swift', '~> 3.1.7'
```
Install into your project: