Skip to content

Commit 2773d9b

Browse files
committed
Update README for version 5.0.0
1 parent 63e5b9b commit 2773d9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Setup Instructions
7878
To integrate Toast-Swift into your Xcode project using CocoaPods, specify it in your `Podfile`:
7979

8080
```ruby
81-
pod 'Toast-Swift', '~> 4.0.0'
81+
pod 'Toast-Swift', '~> 5.0.0'
8282
```
8383

8484
and in your code add `import Toast_Swift`.
@@ -89,7 +89,7 @@ and in your code add `import Toast_Swift`.
8989
To integrate Toast-Swift into your Xcode project using Carthage, specify it in your `Cartfile`:
9090

9191
```ogdl
92-
github "scalessec/Toast-Swift" ~> 4.0.0
92+
github "scalessec/Toast-Swift" ~> 5.0.0
9393
```
9494

9595
Run `carthage update` to build the framework and drag the built `ToastSwiftFramework.framework` into your Xcode project.
@@ -104,6 +104,7 @@ Manually
104104

105105
Compatibility
106106
------------------
107+
* Version `5.x.x` requires Swift 5 and Xcode 10.2.
107108
* Version `4.x.x` requires Swift 4.2 and Xcode 10.
108109
* Version `3.x.x` requires Swift 4 and Xcode 9.
109110
* Version `2.x.x` requires Swift 3 and Xcode 8.
@@ -112,7 +113,7 @@ Compatibility
112113

113114
MIT License
114115
-----------
115-
Copyright (c) 2015-2018 Charles Scalesse.
116+
Copyright (c) 2015-2019 Charles Scalesse.
116117

117118
Permission is hereby granted, free of charge, to any person obtaining a
118119
copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)