Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Nov 25, 2017
1 parent e8652b2 commit 95ee97f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Dropdown
# Dropdowns
Dropdown in Swift

[![Version](https://img.shields.io/cocoapods/v/Dropdown.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)
[![License](https://img.shields.io/cocoapods/l/Dropdown.svg?style=flat)](http://cocoadocs.org/docsets/Dropdown)
[![Platform](https://img.shields.io/cocoapods/p/Dropdown.svg?style=flat)](http://cocoadocs.org/docsets/Dropdown)
[![Version](https://img.shields.io/cocoapods/v/Dropdowns.svg?style=flat)](http://cocoadocs.org/docsets/Dropdowns)
[![License](https://img.shields.io/cocoapods/l/Dropdowns.svg?style=flat)](http://cocoadocs.org/docsets/Dropdowns)
[![Platform](https://img.shields.io/cocoapods/p/Dropdowns.svg?style=flat)](http://cocoadocs.org/docsets/Dropdowns)
![Swift](https://img.shields.io/badge/%20in-swift%204.0-orange.svg)

![](Screenshots/dropdown.gif)

Expand Down Expand Up @@ -39,30 +39,30 @@ Config.List.DefaultCell.Text.color = UIColor.redColor()

## Installation

**Dropdown** is available through [CocoaPods](http://cocoapods.org). To install
**Dropdowns** is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'Dropdown', git: 'https://github.com/hyperoslo/Dropdown'
pod 'Dropdowns'
```

**Dropdown** is also available through [Carthage](https://github.com/Carthage/Carthage).
**Dropdowns** is also available through [Carthage](https://github.com/Carthage/Carthage).
To install just write into your Cartfile:

```ruby
github "hyperoslo/Dropdown"
github "hyperoslo/Dropdowns"
```

**Dropdown** can also be installed manually. Just download and drop `Sources` folders in your project.
**Dropdowns** can also be installed manually. Just download and drop `Sources` folders in your project.

## Author

Hyper Interaktiv AS, [email protected]

## Contributing

We would love you to contribute to **Dropdown**, check the [CONTRIBUTING](https://github.com/hyperoslo/Dropdown/blob/master/CONTRIBUTING.md) file for more info.
We would love you to contribute to **Dropdowns**, check the [CONTRIBUTING](https://github.com/hyperoslo/Dropdown/blob/master/CONTRIBUTING.md) file for more info.

## License

**Dropdown** is available under the MIT license. See the [LICENSE](https://github.com/hyperoslo/Dropdown/blob/master/LICENSE.md) file for more info.
**Dropdowns** is available under the MIT license. See the [LICENSE](https://github.com/hyperoslo/Dropdown/blob/master/LICENSE.md) file for more info.

0 comments on commit 95ee97f

Please sign in to comment.