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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ LDSwiftEventSource is a cross platform implementation of the [EventSource specif
19
19
To use the [CocoaPods](https://cocoapods.org) dependency manager to integrate LDSwiftEventSource into your Xcode project, specify it in your `Podfile`:
20
20
21
21
```ruby
22
-
pod 'LDSwiftEventSource', '~> 3.2'
22
+
pod 'LDSwiftEventSource', '~> 3.3'
23
23
```
24
24
25
25
### Carthage
26
26
27
27
To use the [Carthage](https://github.com/Carthage/Carthage) dependency manager to integrate LDSwiftEventSource into your Xcode project, specify it in your `Cartfile`:
0 commit comments