Skip to content

Commit

Permalink
Bump to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl committed May 23, 2015
1 parent 1be0f6a commit fc62c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion QRCodeReader.swift.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit fc62c9e

Please sign in to comment.