Skip to content

Commit

Permalink
Bump to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yeahdongcn committed Nov 22, 2016
1 parent 0c4f071 commit 5dfc25c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -40,7 +40,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', '~> 3.0.2'
pod 'RSBarcodes_Swift', '~> 3.0.3'
```

You will need to import RSBarcodes_Swift manually in the ViewController file after creating the file using wizard.
Expand All @@ -52,7 +52,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" >= 3.0.2
github "yeahdongcn/RSBarcodes_Swift" >= 3.0.3
```

You will need to import RSBarcodes_Swift manually in the ViewController file after creating the file using wizard.
Expand Down
4 changes: 2 additions & 2 deletions RSBarcodes_Swift.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "RSBarcodes_Swift"
s.version = "3.0.2"
s.version = "3.0.3"
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' }
s.author = { "R0CKSTAR" => "yeahdongcn@gmail.com" }
s.platform = :ios, '8.0'
s.source = { :git => 'https://github.com/yeahdongcn/RSBarcodes_Swift.git', :tag => "#{s.version}" }
s.source_files = 'Source/*.swift'
s.source_files = 'Source/*.{swift,h,m}'
s.frameworks = ['CoreImage', 'AVFoundation', 'QuartzCore']
s.requires_arc = true
end

0 comments on commit 5dfc25c

Please sign in to comment.