Skip to content

Commit 3fd038d

Browse files
committed
[6.0] update README
1 parent 69e2afb commit 3fd038d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -211,23 +211,17 @@ extension MyStringEnum: UserDefaultsSerializable {
211211

212212
## Requirements
213213

214-
- Swift 5.10+
215-
- Xcode 15.4+
214+
- Swift 6.0+
215+
- Xcode 16.0+
216216
- [SwiftLint](https://github.com/realm/SwiftLint)
217217

218218
## Installation
219219

220-
### [CocoaPods](http://cocoapods.org)
221-
222-
````ruby
223-
pod 'Foil', '~> 5.0.0'
224-
````
225-
226220
### [Swift Package Manager](https://swift.org/package-manager/)
227221

228222
```swift
229223
dependencies: [
230-
.package(url: "https://github.com/jessesquires/Foil.git", from: "5.0.0")
224+
.package(url: "https://github.com/jessesquires/Foil.git", from: "6.0.0")
231225
]
232226
```
233227

0 commit comments

Comments
 (0)