File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Pod ::Spec . new do |s |
3
3
s . name = 'ESPullToRefresh'
4
- s . version = '2.9.2 '
4
+ s . version = '2.9.3 '
5
5
s . summary = 'An easy way to use pull-to-refresh and loading-more'
6
6
s . description = 'An easiest way to give pull-to-refresh and loading-more to any UIScrollView. Using swift!'
7
7
s . homepage = 'https://github.com/eggswift/pull-to-refresh'
@@ -14,4 +14,5 @@ Pod::Spec.new do |s|
14
14
s . source_files = [ 'Sources/**/*.{swift}' ]
15
15
s . resource_bundles = { 'ESPullToRefresh' => 'Sources/Animator/*.png' }
16
16
s . requires_arc = true
17
+ s . swift_version = '5.0'
17
18
end
Original file line number Diff line number Diff line change 18
18
* Xcode 8 or later
19
19
* iOS 8.0 or later
20
20
* ARC
21
- * Swift 2.3 or later
21
+ * Swift 5.0 or later
22
22
23
23
## Features
24
24
Original file line number Diff line number Diff line change 18
18
* Xcode 8 or later
19
19
* iOS 8.0 or later
20
20
* ARC
21
- * Swift 2.3 or later
21
+ * Swift 5.0 or later
22
22
23
23
## 特性
24
24
You can’t perform that action at this time.
0 commit comments