Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Attempting to install version 2.3.0 results in errors.

[!] CocoaPods could not find compatible versions for pod "Mocker":
  In Podfile:
    Mocker (~> 2.3.0)

None of your spec sources contain a spec satisfying the dependency: `Mocker (~> 2.3.0)`.

You have either:
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.
  • Loading branch information
airowe committed Dec 4, 2020
1 parent 8ff37ff commit a9c2035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
pod 'Mocker', '~> 2.3.0'
pod 'Mocker', '~> 2.2.0'
end
```

Expand Down

0 comments on commit a9c2035

Please sign in to comment.