Bump to v1.4.0

This commit is contained in:
Yannick Loriot 2015-07-24 22:26:48 +02:00
parent f86a985878
commit c55d4c9462
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DynamicColor'
s.version = '1.3.0'
s.version = '1.4.0'
s.license = 'MIT'
s.summary = 'Yet another extension to manipulate colors easily in Swift'
s.homepage = 'https://github.com/yannickl/DynamicColor.git'

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@ -142,7 +142,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'DynamicColor', '~> 1.3.0'
pod 'DynamicColor', '~> 1.4.0'
```
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.3.0
github "yannickl/DynamicColor" >= 1.4.0
```
#### Manually