Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
devxoul committed Dec 30, 2015
1 parent 6080ba5 commit c55360d
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
@@ -87,14 +87,14 @@ Installation
- **For iOS 8+ projects:** Use [CocoaPods](https://cocoapods.org) with Podfile:

```ruby
pod 'Then', '~> 0.1'
pod 'Then', '~> 0.2'
```


- **For iOS 7 projects:** Use [CocoaSeeds](https://github.com/devxoul/CocoaSeeds) with Seedfile:

```ruby
github 'devxoul/Then', '0.1.0', :files => 'Then/Then.swift'
github 'devxoul/Then', '0.2.0', :files => 'Then/Then.swift'
```


0 comments on commit c55360d

Please sign in to comment.