diff --git a/README.md b/README.md index 4f84bc3..fb129ba 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ## SGQRCode 集成 -* 1、CocoaPods 导入 pod 'SGQRCode', '~> 3.0.0' +* 1、CocoaPods 导入 pod 'SGQRCode', '~> 3.0.1' * 2、下载、拖拽 “SGQRCode” 文件夹到工程中 @@ -117,6 +117,8 @@ * 2018-11-09 :v3.0.0 版本升级 Block 取代 Delegate(具体相关信息介绍请在 [releases](https://github.com/kingsic/SGQRCode/releases) 中查看) +* 2018-11-27 :v3.0.1 SGQRCodeObtain 类中新增添加二维码生成方法 + ## Author diff --git a/SGQRCode.podspec b/SGQRCode.podspec index 0c07273..f7fee18 100644 --- a/SGQRCode.podspec +++ b/SGQRCode.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |s| s.name = 'SGQRCode' - s.version = '3.0.0' - s.summary = 'An easy way to use QRCode scan for iOS' + s.version = '3.0.1' + s.summary = 'An easy way to use BarCode and QRCode scan library for iOS' s.homepage = 'https://github.com/kingsic/SGQRCode' s.license = 'Apache-2.0' s.authors = {'kingsic' => 'kingsic@126.com'}