Bump to v4.2.0

This commit is contained in:
Yannick Loriot 2015-05-23 23:03:47 +02:00
parent 1be0f6a261
commit fc62c9e514
2 changed files with 4 additions and 4 deletions

View File

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

@ -6,7 +6,7 @@ It provides a default view controller to display the camera view with the scan a
![screenshot](http://yannickloriot.com/resources/qrcodereader.swift-screenshot.jpg)
*Note: the v4 is compatible with swift 1.2, use the v3 with XCode 6.2 or lower.*
*Note: the v4.x or over are compatibles with swift 1.2, use the v3 with XCode 6.2 or lower.*
### Installation
@ -27,10 +27,10 @@ $ cd /path/to/MyProject
$ touch Podfile
$ edit Podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.3'
platform :ios, '8.0'
use_frameworks!
pod 'QRCodeReader.swift', '~> 4.1.0'
pod 'QRCodeReader.swift', '~> 4.2.0'
```
Install into your project: