Skip to content

Commit 015d3c5

Browse files
committed
Update README.md
1 parent 1547461 commit 015d3c5

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
![DropDown](Screenshots/logo.png)
22

33
[![Twitter: @kevinh6113](http://img.shields.io/badge/contact-%40kevinh6113-70a1fb.svg?style=flat)](https://twitter.com/kevinh6113)
4-
[![License: MIT](http://img.shields.io/badge/license-MIT-70a1fb.svg?style=flat)](https://github.com/kevin-hirsch/KVNProgress/blob/master/README.md)
5-
[![Version](http://img.shields.io/badge/version-0.1.5-green.svg?style=flat)](https://github.com/kevin-hirsch/DropDown)
4+
[![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-1.0-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/)
7+
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
8+
79

810
A Material Design drop down for iOS written in Swift.
911
***
@@ -27,9 +29,18 @@ Use [CocoaPods](http://www.cocoapods.org).
2729
2. Install the pod(s) by running `pod install`.
2830
3. Add `import DropDown` in the .swift files where you want to use it
2931

32+
### Carthage
33+
34+
Use [Carthage](https://github.com/Carthage/Carthage).
35+
36+
1. Create a file name `Cartfile`.
37+
2. Add the line `github "DropDown/DropDown"`.
38+
3. Run `carthage update`.
39+
4. Drag the built `DropDown.framework` into your Xcode project.
40+
3041
### Source files
3142

32-
1. Download the [latest code version](http://github.com/kevin-hirsch/DropDown/archive/master.zip) or add the repository as a git submodule to your git-tracked project.
43+
1. Download the [latest code version](http://github.com/AssistoLab/DropDown/archive/master.zip) or add the repository as a git submodule to your git-tracked project.
3344
2. Drag and drop the **src**, **helpers** and also the **resources** directory from the archive in your project navigator. Make sure to select *Copy items* when asked if you extracted the code archive outside of your project.
3445

3546
## Basic usage
@@ -193,8 +204,8 @@ when calling the `show` method, it returns a tuple like this:
193204

194205
## Requirements
195206

196-
* Xcode 6+
197-
* iOS 7+
207+
* Xcode 7+
208+
* iOS 8+
198209
* ARC
199210

200211
## License

0 commit comments

Comments
 (0)