Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Sep 12, 2017
1 parent 65e340d commit 3953cda
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platform :ios, '8.0'
use_frameworks!
target '<Your Target Name>' do
pod 'DragDropUI', '~> 1.0.1'
pod 'DragDropUI', '~> 1.0.2'
end
```

Expand All @@ -46,12 +46,12 @@ brew install carthage
To integrate DragDropUI into your Xcode project using Carthage, specify it in your Cartfile:

```
github "abdullahselek/DragDropUI" ~> 1.0.1
github "abdullahselek/DragDropUI" ~> 1.0.2
```

Run carthage update to build the framework and drag the built DragDropUI.framework into your Xcode project.

## For the first version of DragDropUI contains
## DragDropUI contains

- [x] DDView
- [x] DDButton
Expand All @@ -61,9 +61,6 @@ Run carthage update to build the framework and drag the built DragDropUI.framewo
- [x] DDCollectionViewCell
- [x] DDTextField

which are the most common used ui components for drop &amp; drop. With the next versions will add more
ui components.

### It is so simple to use these components. You can just directly add them on storyboard or xib file and set its class with the DD ones.

### If you prefer adding with code it is also enabled. Creating with frame and then adding contrants is enough!
Expand Down

0 comments on commit 3953cda

Please sign in to comment.