Skip to content

Commit

Permalink
Bump to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl committed Aug 27, 2015
1 parent 89341b3 commit b5e2969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DynamicColor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DynamicColor'
s.version = '1.5.0'
s.version = '1.5.2'
s.license = 'MIT'
s.summary = 'Yet another extension to manipulate colors easily in Swift'
s.homepage = 'https://github.com/yannickl/DynamicColor.git'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

use_frameworks!
pod 'DynamicColor', '~> 1.5.0'
pod 'DynamicColor', '~> 1.5.2'
```

Install into your project:
Expand Down Expand Up @@ -173,7 +173,7 @@ $ brew install carthage
To integrate `DynamicColor` into your Xcode project using Carthage, specify it in your `Cartfile` file:

```ogdl
github "yannickl/DynamicColor" >= 1.5.0
github "yannickl/DynamicColor" >= 1.5.2
```

#### Manually
Expand Down

0 comments on commit b5e2969

Please sign in to comment.