Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeantimex authored Jul 23, 2017
1 parent 49e0c94 commit cb4025b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Just clone and add the following Swift files to your project:
- `nano Podfile`, add:
```
use_frameworks!
pod 'CollapsibleTableSectionViewController', '~> 0.0.7'
pod 'CollapsibleTableSectionViewController', '~> 0.0.9'
```
- Save it: `ctrl-x`, `y`, `enter`
- `pod update`
Expand All @@ -48,7 +48,7 @@ pod 'CollapsibleTableSectionViewController', '~> 0.0.7'
### Carthage

* `nano Cartfile`
* put `github "jeantimex/CollapsibleTableSectionViewController" ~> 0.0.7` into Cartfile
* put `github "jeantimex/CollapsibleTableSectionViewController" ~> 0.0.9` into Cartfile
* Save it: `ctrl-x`, `y`, `enter`
* Run `carthage update`
* Copy `CollapsibleTableSectionViewController.framework` from `Carthage/Build/iOS` to your project
Expand Down

0 comments on commit cb4025b

Please sign in to comment.