Skip to content

Commit

Permalink
Update version to 4.2 and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaodong Ye committed Sep 13, 2018
1 parent 08577bf commit ccaaced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Simply add the following lines to your `Podfile`:
# required by Cocoapods 0.36.0.rc.1 for Swift Pods
use_frameworks!

pod 'RSBarcodes_Swift', '~> 4.0.0'
pod 'RSBarcodes_Swift', '~> 4.2.0'
```

You will need to import RSBarcodes_Swift manually in the ViewController file after creating the file using wizard.
Expand All @@ -58,7 +58,7 @@ You will need to import RSBarcodes_Swift manually in the ViewController file aft
Simply add the following line to your `Cartfile`:

```ruby
github "yeahdongcn/RSBarcodes_Swift" >= 4.0.0
github "yeahdongcn/RSBarcodes_Swift" >= 4.2.0
```

You will need to import RSBarcodes_Swift manually in the ViewController file after creating the file using wizard.
Expand Down
2 changes: 1 addition & 1 deletion RSBarcodes_Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RSBarcodes_Swift"
s.version = "5.0.0"
s.version = "4.2.0"
s.summary = "1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift. "
s.homepage = "https://github.com/yeahdongcn/RSBarcodes_Swift"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down

0 comments on commit ccaaced

Please sign in to comment.