Skip to content

Commit f21abc0

Browse files
committed
Remove version info from README
1 parent 8443fa8 commit f21abc0

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,15 @@ Installation
3434
- **For iOS 8+ projects with [CocoaPods](https://cocoapods.org):**
3535

3636
```ruby
37-
pod 'Toaster', '~> 2.0'
37+
pod 'Toaster'
3838
```
39-
39+
4040
- **For iOS 8+ projects with [Carthage](https://github.com/Carthage/Carthage):**
4141

4242
```
43-
github "devxoul/Toaster" ~> 2.0
43+
github "devxoul/Toaster"
4444
```
45-
46-
- **For iOS 7 projects:** I recommend you to try [CocoaSeeds](https://github.com/devxoul/CocoaSeeds), which uses source code instead of dynamic frameworks. Sample Seedfile:
4745

48-
```ruby
49-
github 'devxoul/Toaster', '2.0.3', :files => 'Sources/*.{swift,h}'
50-
```
51-
5246

5347
Getting Started
5448
---------------

0 commit comments

Comments
 (0)