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 11Pod ::Spec . new do |s |
22 s . name = 'AlgoliaSearch-Client-Swift'
33 s . module_name = 'AlgoliaSearch'
4- s . version = '3.0 '
4+ s . version = '3.1 '
55 s . license = 'MIT'
66 s . summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
77 s . homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Original file line number Diff line number Diff line change 11Change Log
22==========
33
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+
414## 3.0 (2016-04-13)
515
616This 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 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.0 </string >
18+ <string >3.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments