Bump v4.3.0

This commit is contained in:
Yannick Loriot 2015-07-10 19:45:15 +02:00
parent fbefb8f940
commit 991cbae845
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 = '4.2.0'
s.version = '4.3.0'
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

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