Bump to v1.5.2

This commit is contained in:
Yannick Loriot 2015-08-27 23:47:23 +02:00
parent 89341b31d6
commit b5e2969df4
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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:
@ -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