Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tahirmt authored Feb 22, 2025
1 parent 4797983 commit 2aab338
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,18 @@ A Nimble matcher for https://github.com/pointfreeco/swift-snapshot-testing inspi

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.
The example project exists at `Example-SPM` however it is not necessary.

## Requirements

Cocoapods or Swift 5.3 or later for swift package manager
Swift 5.9 or later for swift package manager

## Installation

Nimble-SnapshotTesting is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'Nimble-SnapshotTesting'
```

For swift package manager

```
.package(url: "https://github.com/tahirmt/Nimble-SnapshotTesting.git", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/tahirmt/Nimble-SnapshotTesting.git", from: "4.0.0"),
```

Expand Down

0 comments on commit 2aab338

Please sign in to comment.