diff --git a/README.md b/README.md index 69bdc5c..52ac261 100644 --- a/README.md +++ b/README.md @@ -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 ```