Skip to content

Commit

Permalink
d Update Cocoapods examples to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Nov 25, 2021
1 parent de915f4 commit 999be35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Examples/MacExample-CocoaPods/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
target 'ExampleTests' do
inherit! :search_paths
pod 'OCMockito', '~> 6.0'
use_frameworks!
pod 'OCMockito', '~> 7.0'
end
3 changes: 2 additions & 1 deletion Examples/iOSExample-Cocoapods/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
target 'ExampleTests' do
inherit! :search_paths
pod 'OCMockito', '~> 6.0'
use_frameworks!
pod 'OCMockito', '~> 7.0'
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ include any pods from their main targets:
target 'MyTests' do
inherit! :search_paths
use_frameworks!
pod 'OCMockito', '~> 6.0'
pod 'OCMockito', '~> 7.0'
end
```

Expand Down

0 comments on commit 999be35

Please sign in to comment.