Skip to content

Commit

Permalink
Update version in readme examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Feb 1, 2021
1 parent 7961a21 commit 13fc25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -192,7 +192,7 @@ targets:
target 'MyTests' do
inherit! :search_paths
use_frameworks!
pod 'OCHamcrest', '~> 7.0'
pod 'OCHamcrest', '~> 7.2'
end
```

Expand All @@ -204,7 +204,7 @@ Use the following import:

Add the following to your Cartfile:

github "hamcrest/OCHamcrest" ~> 7.0
github "hamcrest/OCHamcrest" ~> 7.2

Then drag the the built framework from the appropriate Carthage/Build directory into your project,
but with "Copy items into destination group's folder" disabled.
Expand Down

0 comments on commit 13fc25e

Please sign in to comment.