Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddxxx committed Dec 9, 2020
1 parent 3587582 commit 04d6dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ CXExtensions is [Combine Compatible Package](https://github.com/cx-org/CombineX/

### Requirements

- Swift 5.0 (Xcode 10.2)
- Swift 5.2 (Xcode 11.4)

#### Swift Package Manager

```swift
package.dependencies += [
.package(url: "https://github.com/cx-org/CXExtensions", .upToNextMinor(from: "0.2.0")),
.package(url: "https://github.com/cx-org/CXExtensions", .upToNextMinor(from: "0.3.0")),
]
```

Expand Down

0 comments on commit 04d6dab

Please sign in to comment.