Skip to content

Commit de26562

Browse files
Bump to 2.3.3
1 parent 8bf4fb7 commit de26562

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

DropDown.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "DropDown"
4-
s.version = "2.3.2"
4+
s.version = "2.3.3"
55
s.summary = "A Material Design drop down"
66

77
s.description = <<-DESC

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

2222
## Installation 📱
2323

24-
This branch supports Swift 3. If you need Swift 2.2: check `swift-2.2` branch.
24+
`DropDown` supports Swift 4.2.
25+
26+
If you need Swift 4.0, use version 2.3.2:
27+
- Manually: use commit `dc69b3d`
28+
- CocoaPods: `pod 'DropDown', '~> 2.3.2'`
29+
- Carthage: `github "AssistoLab/DropDown" ~> 2.3.2`
2530

2631
### CocoaPods
2732

0 commit comments

Comments
 (0)