Skip to content

Commit

Permalink
chore(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshhgupta authored Dec 3, 2017
1 parent e74b925 commit 3dcf88f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Its an ui-collection-view LAYOUT class that takes care of all the logic behind m

## Installation
To integrate TagCellLayout into your Xcode project using CocoaPods, specify it in your Podfile:
`If you are using Swift-2.2`

`Swift-2.2`

```
source 'https://github.com/CocoaPods/Specs.git'
Expand All @@ -21,7 +22,7 @@ use_frameworks!
pod 'TagCellLayout', '~> 0.3'
```

`If you are using Swift-2.3`
`Swift-2.3`

```
source 'https://github.com/CocoaPods/Specs.git'
Expand All @@ -31,7 +32,7 @@ use_frameworks!
pod 'TagCellLayout', :git => 'https://github.com/riteshhgupta/TagCellLayout.git', :branch => 'swift2.3'
```

`If you are using Swift-3.0`
`Swift-3.0`

```
source 'https://github.com/CocoaPods/Specs.git'
Expand Down

0 comments on commit 3dcf88f

Please sign in to comment.