We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e2afb commit 3fd038dCopy full SHA for 3fd038d
README.md
@@ -211,23 +211,17 @@ extension MyStringEnum: UserDefaultsSerializable {
211
212
## Requirements
213
214
-- Swift 5.10+
215
-- Xcode 15.4+
+- Swift 6.0+
+- Xcode 16.0+
216
- [SwiftLint](https://github.com/realm/SwiftLint)
217
218
## Installation
219
220
-### [CocoaPods](http://cocoapods.org)
221
-
222
-````ruby
223
-pod 'Foil', '~> 5.0.0'
224
-````
225
226
### [Swift Package Manager](https://swift.org/package-manager/)
227
228
```swift
229
dependencies: [
230
- .package(url: "https://github.com/jessesquires/Foil.git", from: "5.0.0")
+ .package(url: "https://github.com/jessesquires/Foil.git", from: "6.0.0")
231
]
232
```
233
0 commit comments