Skip to content

Commit

Permalink
Add bit code support for watchOS build
Browse files Browse the repository at this point in the history
Fix bit code
  • Loading branch information
yeahdongcn committed Mar 28, 2016
1 parent 2ac2303 commit 62e780e
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 @@ -25,7 +25,7 @@ Simply add the following lines to your `Podfile`:
# required by CocoaPods 0.36.0.rc.1 for Swift Pods
use_frameworks!

pod 'UIColor_Hex_Swift', '~> 2.0'
pod 'UIColor_Hex_Swift', '~> 2.1'
```

Then import it where you use it:
Expand All @@ -40,7 +40,7 @@ import UIColor_Hex_Swift
Simply add the following line to your `Cartfile`:

```ruby
github "yeahdongcn/UIColor-Hex-Swift" >= 2.0
github "yeahdongcn/UIColor-Hex-Swift" >= 2.1
```
=================
See more in [RSBarcodes_Swift](https://github.com/yeahdongcn/RSBarcodes_Swift) and [objc version](https://github.com/yeahdongcn/RSBarcodes)
2 changes: 1 addition & 1 deletion UIColor_Hex_Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UIColor_Hex_Swift"
s.version = "2.0"
s.version = "2.1"
s.summary = "Convenience method for creating autoreleased color using RGBA hex string."
s.homepage = "https://github.com/yeahdongcn/UIColor-Hex-Swift"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 62e780e

Please sign in to comment.