Bump to v1.2.1

This commit is contained in:
Yannick Loriot 2015-06-29 21:40:15 +02:00
parent 1433b260b1
commit bcff12dd8a
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.2.0'
s.version = '1.2.1'
s.license = 'MIT'
s.summary = 'Yet another extension to manipulate colors easily in Swift'
s.homepage = 'https://github.com/yannickl/DynamicColor.git'

View File

@ -140,7 +140,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'DynamicColor', '~> 1.2.0'
pod 'DynamicColor', '~> 1.2.1'
```
Install into your project:
@ -171,7 +171,7 @@ $ brew install carthage
To integrate `DynamicColor` into your Xcode project using Carthage, specify it in your `Cartfile` file:
```ogdl
github "yannickl/DynamicColor" >= 1.2
github "yannickl/DynamicColor" >= 1.2.1
```
#### Manually