Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Azuritul committed Oct 31, 2017
1 parent 281ec1f commit 0a0d6a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
[![Version](https://img.shields.io/cocoapods/v/AZDropdownMenu.svg?style=flat)](http://cocoapods.org/pods/AZDropdownMenu)
[![License](https://img.shields.io/cocoapods/l/AZDropdownMenu.svg?style=flat)](http://cocoapods.org/pods/AZDropdownMenu)
[![Platform](https://img.shields.io/cocoapods/p/AZDropdownMenu.svg?style=flat)](http://cocoapods.org/pods/AZDropdownMenu)
[![Language](https://img.shields.io/badge/swift-3-orange.svg)](http://swift.org)
[![Language](https://img.shields.io/badge/swift-4-orange.svg)](http://swift.org)

AZDropdownMenu is a simple dropdown menu component that supports Swift.

Expand Down Expand Up @@ -32,6 +32,8 @@ use_frameworks!
pod 'AZDropdownMenu'
```

Use version 1.1.2 if you don't need Swift 4 support.

## Usage

Declare an array of texts that are served as the item in the menu.
Expand Down

0 comments on commit 0a0d6a3

Please sign in to comment.