@@ -78,7 +78,7 @@ Setup Instructions
78
78
To integrate Toast-Swift into your Xcode project using CocoaPods, specify it in your ` Podfile ` :
79
79
80
80
``` ruby
81
- pod ' Toast-Swift' , ' ~> 4 .0.0'
81
+ pod ' Toast-Swift' , ' ~> 5 .0.0'
82
82
```
83
83
84
84
and in your code add ` import Toast_Swift ` .
@@ -89,7 +89,7 @@ and in your code add `import Toast_Swift`.
89
89
To integrate Toast-Swift into your Xcode project using Carthage, specify it in your ` Cartfile ` :
90
90
91
91
``` ogdl
92
- github "scalessec/Toast-Swift" ~> 4 .0.0
92
+ github "scalessec/Toast-Swift" ~> 5 .0.0
93
93
```
94
94
95
95
Run ` carthage update ` to build the framework and drag the built ` ToastSwiftFramework.framework ` into your Xcode project.
@@ -104,6 +104,7 @@ Manually
104
104
105
105
Compatibility
106
106
------------------
107
+ * Version ` 5.x.x ` requires Swift 5 and Xcode 10.2.
107
108
* Version ` 4.x.x ` requires Swift 4.2 and Xcode 10.
108
109
* Version ` 3.x.x ` requires Swift 4 and Xcode 9.
109
110
* Version ` 2.x.x ` requires Swift 3 and Xcode 8.
@@ -112,7 +113,7 @@ Compatibility
112
113
113
114
MIT License
114
115
-----------
115
- Copyright (c) 2015-2018 Charles Scalesse.
116
+ Copyright (c) 2015-2019 Charles Scalesse.
116
117
117
118
Permission is hereby granted, free of charge, to any person obtaining a
118
119
copy of this software and associated documentation files (the
0 commit comments