From fc62c9e514a3c80bbec92d1c47efde66b83d60bc Mon Sep 17 00:00:00 2001 From: Yannick Loriot Date: Sat, 23 May 2015 23:03:47 +0200 Subject: [PATCH] Bump to v4.2.0 --- QRCodeReader.swift.podspec | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/QRCodeReader.swift.podspec b/QRCodeReader.swift.podspec index 1385fce..1d85ede 100644 --- a/QRCodeReader.swift.podspec +++ b/QRCodeReader.swift.podspec @@ -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' diff --git a/README.md b/README.md index a6fd593..45786c3 100644 --- a/README.md +++ b/README.md @@ -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: