Skip to content

Commit 2cbe88f

Browse files
committed
Add requirements block to README
1 parent 16ec337 commit 2cbe88f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Property-Based Testing can be used as an alternative for (or in addition to) tes
99

1010
This library uses [swift-gen by Point-Free](https://github.com/pointfreeco/swift-gen) for reproducible random generation.
1111

12+
## Requirements
13+
14+
* Swift 6.1 (or Xcode 16.3)
15+
* Any platform supported by Swift Testing
16+
* macOS 10.15+
17+
* iOS/tvOS 13.0+, watchOS 6.0+, visionOS 1.0+
18+
* Linux, Windows, etc.
19+
1220
## Examples
1321

1422
Simple example:

0 commit comments

Comments
 (0)