-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8652b2
commit 95ee97f
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
@@ -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. |