File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'AlgoliaSearch-Client-Swift'
3
3
s . module_name = 'AlgoliaSearch'
4
- s . version = '3.0 '
4
+ s . version = '3.1 '
5
5
s . license = 'MIT'
6
6
s . summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
7
7
s . homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ ## 3.1 (2016-05-09)
5
+
6
+ - Add tvOS target
7
+ - Restore [ Carthage] ( https://github.com/Carthage/Carthage ) support
8
+ - Add typed properties for query parameters ` filters ` and ` numericFilters `
9
+ - Shuffle host array at init time, for better load balancing
10
+ - Update documentation
11
+ - Fix unit tests: remove broken "keep alive" test case
12
+
13
+
4
14
## 3.0 (2016-04-13)
5
15
6
16
This major version brings new features and bug fixes. In addition, a lot of refactoring has been performed to achieve
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.0 </string >
18
+ <string >3.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments