bump to v3.1.0

This commit is contained in:
Yannick Loriot 2015-03-04 23:25:58 +01:00
parent 8445070a18
commit e0c3824442
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'QRCodeReader.swift'
s.version = '3.0.1'
s.version = '3.1.0'
s.license = 'MIT'
s.summary = 'Simple QRCode 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.0.1'
pod 'QRCodeReader.swift', '~> 3.1.0'
```
Install into your project: