Bump to v3.1.8

This commit is contained in:
Yannick Loriot 2015-03-28 17:40:49 +01:00
parent b5623e60cd
commit 138d05c22b
2 changed files with 2 additions and 2 deletions

View File

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

@ -28,7 +28,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'QRCodeReader.swift', '~> 3.1.7'
pod 'QRCodeReader.swift', '~> 3.1.8'
```
Install into your project: