Skip to content

Commit

Permalink
Bump to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iwb-kevin-hirsch committed Sep 21, 2018
1 parent 8bf4fb7 commit de26562
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DropDown.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "DropDown"
s.version = "2.3.2"
s.version = "2.3.3"
s.summary = "A Material Design drop down"

s.description = <<-DESC
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Twitter: @kevinh6113](http://img.shields.io/badge/contact-%40kevinh6113-70a1fb.svg?style=flat)](https://twitter.com/kevinh6113)
[![License: MIT](http://img.shields.io/badge/license-MIT-70a1fb.svg?style=flat)](https://github.com/AssistoLab/DropDown/blob/master/README.md)
[![Version](http://img.shields.io/badge/version-2.3.2-green.svg?style=flat)](https://github.com/AssistoLab/DropDown)
[![Version](http://img.shields.io/badge/version-2.3.3-green.svg?style=flat)](https://github.com/AssistoLab/DropDown)
[![Cocoapods](http://img.shields.io/badge/Cocoapods-available-green.svg?style=flat)](http://cocoadocs.org/docsets/DropDown/)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

Expand All @@ -21,7 +21,12 @@ To install [CocoaPods](http://www.cocoapods.org), run `sudo gem install cocoapod

## Installation 📱

This branch supports Swift 3. If you need Swift 2.2: check `swift-2.2` branch.
`DropDown` supports Swift 4.2.

If you need Swift 4.0, use version 2.3.2:
- Manually: use commit `dc69b3d`
- CocoaPods: `pod 'DropDown', '~> 2.3.2'`
- Carthage: `github "AssistoLab/DropDown" ~> 2.3.2`

### CocoaPods

Expand Down

0 comments on commit de26562

Please sign in to comment.