Skip to content

Commit a65a4ed

Browse files
author
jinjiahui
committed
pod s.swift_version = '5.0'
1 parent 2d9abd4 commit a65a4ed

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ESPullToRefresh.podspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'ESPullToRefresh'
4-
s.version = '2.9.2'
4+
s.version = '2.9.3'
55
s.summary = 'An easy way to use pull-to-refresh and loading-more'
66
s.description = 'An easiest way to give pull-to-refresh and loading-more to any UIScrollView. Using swift!'
77
s.homepage = 'https://github.com/eggswift/pull-to-refresh'
@@ -14,4 +14,5 @@ Pod::Spec.new do |s|
1414
s.source_files = ['Sources/**/*.{swift}']
1515
s.resource_bundles = { 'ESPullToRefresh' => 'Sources/Animator/*.png' }
1616
s.requires_arc = true
17+
s.swift_version = '5.0'
1718
end

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Xcode 8 or later
1919
* iOS 8.0 or later
2020
* ARC
21-
* Swift 2.3 or later
21+
* Swift 5.0 or later
2222

2323
## Features
2424

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Xcode 8 or later
1919
* iOS 8.0 or later
2020
* ARC
21-
* Swift 2.3 or later
21+
* Swift 5.0 or later
2222

2323
## 特性
2424

0 commit comments

Comments
 (0)