You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,21 +34,15 @@ Installation
34
34
-**For iOS 8+ projects with [CocoaPods](https://cocoapods.org):**
35
35
36
36
```ruby
37
-
pod 'Toaster', '~> 2.0'
37
+
pod 'Toaster'
38
38
```
39
-
39
+
40
40
-**For iOS 8+ projects with [Carthage](https://github.com/Carthage/Carthage):**
41
41
42
42
```
43
-
github "devxoul/Toaster"~>2.0
43
+
github "devxoul/Toaster"
44
44
```
45
-
46
-
-**For iOS 7projects:**I recommend you to try [CocoaSeeds](https://github.com/devxoul/CocoaSeeds), which uses source code instead of dynamic frameworks. SampleSeedfile:
0 commit comments