1313 <img src="http://img.shields.io/cocoapods/v/AlgoliaSearchClient.svg?style=flat"></img>
1414 </a>
1515 <a href="https://cocoapods.org/pods/AlgoliaSearchClient">
16- <img src="http ://img.shields.io/cocoapods/p/AlgoliaSearchClient .svg?style=flat"></img>
16+ <img src="https ://img.shields.io/badge/platform-macOS%20%7C%20iOS%20%7C%20tvOS%20%7C%20watchOS%20%7C%20Linux%20-lightgray .svg?style=flat"></img>
1717 </a>
1818 <a href="https://github.com/Carthage/Carthage">
1919 <img src="https://img.shields.io/badge/Carthage-compatible-brightgreen.svg"></img>
@@ -60,9 +60,9 @@ If you're a framework author and use Swift API Client as a dependency, update yo
6060
6161``` swift
6262let package = Package (
63- // 8.2 .0 ..< 9.0.0
63+ // 8.3 .0 ..< 9.0.0
6464 dependencies : [
65- .package (url : " https://github.com/algolia/algoliasearch-client-swift" , from : " 8.2 .0" )
65+ .package (url : " https://github.com/algolia/algoliasearch-client-swift" , from : " 8.3 .0" )
6666 ],
6767 // ...
6868)
@@ -77,7 +77,7 @@ Add `import AlgoliaSearchClient` to your source files.
7777To install Algolia Swift Client, simply add the following line to your Podfile:
7878
7979``` ruby
80- pod ' AlgoliaSearchClient' , ' ~> 8.2 '
80+ pod ' AlgoliaSearchClient' , ' ~> 8.3 '
8181# pod 'InstantSearchClient', '~> 6.0'` // Swift 4.2
8282# pod 'InstantSearchClient', '~> 5.0'` // Swift 4.1
8383```
@@ -94,7 +94,7 @@ $ pod update
9494
9595- To install InstantSearch, simply add the following line to your Cartfile:
9696``` ruby
97- github " algolia/algoliasearch-client-swift" ~ > 8.2
97+ github " algolia/algoliasearch-client-swift" ~ > 8.3
9898# github "algolia/algoliasearch-client-swift" ~> 6.0.0` // Swift 4.2
9999# github "algolia/algoliasearch-client-swift" ~> 5.0.0` // Swift 4.1
100100```
0 commit comments