Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve issue with install via Swift Package Manager #48

Merged
merged 3 commits into from
Jul 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "try to fix SPM Install error"
This reverts commit a9347e5.
  • Loading branch information
rcasula committed Jul 5, 2019
commit 322ffdec78493881a43d39b69d0defbf6aa21f3a
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Install into your project:
$ pod install
```

If CocoaPods did not find the `PromiseKit 6.7.0` dependency execute this command:
If CocoaPods did not find the `PromiseKit 6.7` dependency execute this command:

```bash
$ pod repo update
Expand Down Expand Up @@ -221,7 +221,7 @@ Run `carthage update` to build the framework and drag the built `AwaitKit.framew

### Manually

[Download](https://github.com/YannickL/AwaitKit/archive/master.zip) the project and copy the `AwaitKit` folder into your project to use it in. Note that you also need to download the [PromiseKit](https://github.com/mxcl/PromiseKit) v6.7.0 library and import it to your project.
[Download](https://github.com/YannickL/AwaitKit/archive/master.zip) the project and copy the `AwaitKit` folder into your project to use it in. Note that you also need to download the [PromiseKit](https://github.com/mxcl/PromiseKit) v6.7 library and import it to your project.

## Contribution

Expand Down