From a65a4edabc1475b3ec5f2e889ddc0248842be809 Mon Sep 17 00:00:00 2001 From: jinjiahui Date: Mon, 3 Aug 2020 11:50:04 +0800 Subject: [PATCH] pod s.swift_version = '5.0' --- ESPullToRefresh.podspec | 3 ++- README.md | 2 +- README_CN.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ESPullToRefresh.podspec b/ESPullToRefresh.podspec index 47c3c94..92cc561 100755 --- a/ESPullToRefresh.podspec +++ b/ESPullToRefresh.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'ESPullToRefresh' - s.version = '2.9.2' + s.version = '2.9.3' s.summary = 'An easy way to use pull-to-refresh and loading-more' s.description = 'An easiest way to give pull-to-refresh and loading-more to any UIScrollView. Using swift!' s.homepage = 'https://github.com/eggswift/pull-to-refresh' @@ -14,4 +14,5 @@ Pod::Spec.new do |s| s.source_files = ['Sources/**/*.{swift}'] s.resource_bundles = { 'ESPullToRefresh' => 'Sources/Animator/*.png' } s.requires_arc = true + s.swift_version = '5.0' end diff --git a/README.md b/README.md index a350636..964326e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ * Xcode 8 or later * iOS 8.0 or later * ARC -* Swift 2.3 or later +* Swift 5.0 or later ## Features diff --git a/README_CN.md b/README_CN.md index 819e107..a4eec95 100644 --- a/README_CN.md +++ b/README_CN.md @@ -18,7 +18,7 @@ * Xcode 8 or later * iOS 8.0 or later * ARC -* Swift 2.3 or later +* Swift 5.0 or later ## 特性