File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
- 4.2
1
+ 5.0
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to SuggestionRow will be documented in this file.
3
3
4
+ ## [ 3.0.0] ( https://github.com/EurekaCommunity/SuggestionRow/releases/tag/3.0.0 )
5
+
6
+ * Support for Eureka 5.0 and Swift 5.0
7
+
4
8
## [ 2.2.0] ( https://github.com/EurekaCommunity/SuggestionRow/releases/tag/2.2.0 )
5
9
6
10
* Support for Swift 4.2 and Xcode 10
Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ This is very similar to the example mentioned above for `SuggestionTableRow`.
144
144
* Eureka
145
145
146
146
## Requirements
147
- * iOS 8.0 +
148
- * Xcode 8.3 +
149
- * Swift 3
147
+ * iOS 9.3 +
148
+ * Xcode 10.2 +
149
+ * Swift 4.2
150
150
151
151
## Getting involved
152
152
* If you ** want to contribute** please feel free to ** submit pull requests** .
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SuggestionRow"
3
- s . version = "2.2 .0"
3
+ s . version = "3.0 .0"
4
4
s . summary = "Eureka row that displays completion suggestions either below the row in a table view or in the input accessory view above the keyboard."
5
5
s . homepage = "https://github.com/EurekaCommunity/SuggestionRow"
6
6
s . license = { type : 'MIT' , file : 'LICENSE' }
@@ -11,4 +11,5 @@ Pod::Spec.new do |s|
11
11
s . requires_arc = true
12
12
s . ios . source_files = 'Sources/**/*.{swift}'
13
13
s . dependency 'Eureka' , '~> 5.0'
14
+ s . swift_version = "5.0"
14
15
end
You can’t perform that action at this time.
0 commit comments