Skip to content

Commit a43e03d

Browse files
committed
【Releases 3.0.1】
1 parent 1bd6fab commit a43e03d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
## SGQRCode 集成
2626

27-
* 1、CocoaPods 导入 pod 'SGQRCode', '~> 3.0.0'
27+
* 1、CocoaPods 导入 pod 'SGQRCode', '~> 3.0.1'
2828

2929
* 2、下载、拖拽 “SGQRCode” 文件夹到工程中
3030

@@ -117,6 +117,8 @@
117117

118118
* 2018-11-09 :v3.0.0 版本升级 Block 取代 Delegate(具体相关信息介绍请在 [releases](https://github.com/kingsic/SGQRCode/releases) 中查看)
119119

120+
* 2018-11-27 :v3.0.1 SGQRCodeObtain 类中新增添加二维码生成方法
121+
120122

121123
## Author
122124

SGQRCode.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'SGQRCode'
4-
s.version = '3.0.0'
5-
s.summary = 'An easy way to use QRCode scan for iOS'
4+
s.version = '3.0.1'
5+
s.summary = 'An easy way to use BarCode and QRCode scan library for iOS'
66
s.homepage = 'https://github.com/kingsic/SGQRCode'
77
s.license = 'Apache-2.0'
88
s.authors = {'kingsic' => 'kingsic@126.com'}

0 commit comments

Comments
 (0)