Skip to content

Commit

Permalink
Merge pull request #82 from algolia/readme-release
Browse files Browse the repository at this point in the history
Update readme.md for release
  • Loading branch information
VladislavFitz committed Aug 13, 2019
2 parents 0e39c37 + 71a049c commit 34f9487
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To install InstantSearch, simply add the following line to your Podfile:
#### Swift 4.2+

```ruby
pod 'InstantSearch', '~> 4.0'
pod 'InstantSearch', '~> 5.0'
# pod 'InstantSearch/UI' for access to everything
# pod 'InstantSearch/Core' for access to everything except the UI controllers
# pod 'InstantSearch/Client' for access only to the API Client
Expand Down Expand Up @@ -67,9 +67,9 @@ To install InstantSearch, simply add the following line to your Cartfile:
#### Swift 4.2+

```ruby
github "algolia/instantsearch-ios" ~> 4.0 # for access to everything
# github "algolia/instantsearch-core-swift" ~> 5.0 # for access to everything except the UI widgets
# github "algolia/algoliasearch-client-swift" ~> 6.0 # for access only to the API Client
github "algolia/instantsearch-ios" ~> 5.0 # for access to everything
# github "algolia/instantsearch-core-swift" ~> 6.0 # for access to everything except the UI widgets
# github "algolia/algoliasearch-client-swift" ~> 7.0 # for access only to the API Client
```

#### Swift 4.1
Expand Down

0 comments on commit 34f9487

Please sign in to comment.