Skip to content

Commit

Permalink
Update README.md with starscream podfile context (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal committed Apr 22, 2024
1 parent 8c708b0 commit 069a135
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ To add it to an Xcode project, you can do this by adding the URL to File > Swift
Add the following line to your Podfile:

```ruby
pod "HAKit", "~> 0.3"
pod "HAKit", "~> 0.4.1"
# We are working from a fork of Starscream due to a necessary fix, please specify in your podfile
pod 'Starscream', git: 'https://github.com/bgoncal/starscream', branch: 'ha-URLSession-fix'
# pod "HAKit/PromiseKit" # optional, for PromiseKit support
# pod "HAKit/Mocks" # optional, for tests
```
Expand Down

0 comments on commit 069a135

Please sign in to comment.