Skip to content

Commit 7806078

Browse files
committed
docs: fix version and add platform documentation
- Fix installation version from 1.0.0 to 0.1.0 for consistency with dependencies - Add Supported Platforms section documenting macOS 14.0+, iOS 17.0+, etc.
1 parent c043f47 commit 7806078

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add this package to your `Package.swift`:
1515

1616
```swift
1717
dependencies: [
18-
.package(url: "https://github.com/coenttb/swift-form-coding", from: "1.0.0")
18+
.package(url: "https://github.com/coenttb/swift-form-coding", from: "0.1.0")
1919
]
2020
```
2121

@@ -30,6 +30,14 @@ Then add the product to your target:
3030
)
3131
```
3232

33+
## Supported Platforms
34+
35+
- macOS 14.0+
36+
- iOS 17.0+
37+
- tvOS 17.0+
38+
- watchOS 10.0+
39+
- Swift 6.1+
40+
3341
## Usage
3442

3543
```swift

0 commit comments

Comments
 (0)