Skip to content

Commit efd644b

Browse files
committed
Update read me and pod spec
1 parent 9fb9913 commit efd644b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
RSBarcodes, now Swift.
6-
[![Build Status](https://travis-ci.org/yeahdongcn/RSBarcodes_Swift.svg?branch=Swift-2.3)](https://travis-ci.org/yeahdongcn/RSBarcodes_Swift)
6+
[![Build Status](https://travis-ci.org/yeahdongcn/RSBarcodes_Swift.svg?branch=master)](https://travis-ci.org/yeahdongcn/RSBarcodes_Swift)
77
==========
88
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
99
[![Total views](https://sourcegraph.com/api/repos/github.com/yeahdongcn/RSBarcodes_Swift/counters/views.png)](https://sourcegraph.com/github.com/yeahdongcn/RSBarcodes_Swift)
@@ -44,7 +44,7 @@ Simply add the following lines to your `Podfile`:
4444
# required by Cocoapods 0.36.0.rc.1 for Swift Pods
4545
use_frameworks!
4646

47-
pod 'RSBarcodes_Swift', '~> 0.1.9'
47+
pod 'RSBarcodes_Swift', '~> 2.3'
4848
```
4949

5050
Need 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
5656
Simply add the following line to your `Cartfile`:
5757

5858
```ruby
59-
github "yeahdongcn/RSBarcodes_Swift" >= 0.1.9
59+
github "yeahdongcn/RSBarcodes_Swift" >= 2.3
6060
```
6161

6262
Need to import RSBarcodes_Swift manually in the ViewController file after creating the file using wizard.

RSBarcodes_Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RSBarcodes_Swift"
3-
s.version = "0.1.9"
3+
s.version = "2.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' }

0 commit comments

Comments
 (0)