File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11
22Pod ::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' }
You can’t perform that action at this time.
0 commit comments