Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Oct 10, 2016
1 parent 5ca4e9a commit 9393d2b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GradientView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'GradientView'
spec.version = '2.1.1'
spec.version = '2.2.0'
spec.authors = {'Sam Soffes' => '[email protected]'}
spec.homepage = 'https://github.com/soffes/GradientView'
spec.summary = 'Easily use gradients in UIKit.'
Expand Down
2 changes: 1 addition & 1 deletion GradientView/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.1</string>
<string>2.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 6 additions & 0 deletions Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Gradient View is tested on iOS 8. Released under the [MIT license](LICENSE).

[![Version](https://img.shields.io/github/release/soffes/GradientView.svg)](https://github.com/soffes/GradientView/releases) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![CocoaPods compatible](https://img.shields.io/cocoapods/v/GradientView.svg)](https://cocoapods.org/pods/GradientView)

| Swift Version | Crypto Version |
| ------------- | -------------- |
| 3.0 | 2.2.0 |
| 2.2 | 2.1.1 |


## Usage

``` swift
Expand Down

0 comments on commit 9393d2b

Please sign in to comment.