File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Simply add the following lines to your `Podfile`:
4444# required by Cocoapods 0.36.0.rc.1 for Swift Pods
4545use_frameworks!
4646
47- pod ' RSBarcodes_Swift' , ' ~> 2.3.1 '
47+ pod ' RSBarcodes_Swift' , ' ~> 2.3.3 '
4848```
4949
5050Need to import RSBarcodes_Swift manually in the ViewController file after creating the file using wizard.
@@ -56,7 +56,7 @@ Need to import RSBarcodes_Swift manually in the ViewController file after creati
5656Simply add the following line to your ` Cartfile ` :
5757
5858``` ruby
59- github " yeahdongcn/RSBarcodes_Swift" >= 2.3 .1
59+ github " yeahdongcn/RSBarcodes_Swift" >= 2.3 .3
6060```
6161
6262Need to import RSBarcodes_Swift manually in the ViewController file after creating the file using wizard.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "RSBarcodes_Swift"
3- s . version = "2.3.1 "
3+ s . version = "2.3.3 "
44 s . summary = "1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift. "
55 s . homepage = "https://github.com/yeahdongcn/RSBarcodes_Swift"
66 s . license = { :type => 'MIT' , :file => 'LICENSE.md' }
You can’t perform that action at this time.
0 commit comments