Bump to v1.2.1
This commit is contained in:
parent
1433b260b1
commit
bcff12dd8a
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue