From 6307e89fb3c68ad7e812a0636309bf6f6ca16171 Mon Sep 17 00:00:00 2001 From: Leo Zhou Date: Wed, 17 Oct 2018 12:25:14 +0800 Subject: [PATCH] bump version to 3.0.0 --- SwiftPullToRefresh.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftPullToRefresh.podspec b/SwiftPullToRefresh.podspec index 94416e0..90fa2ae 100644 --- a/SwiftPullToRefresh.podspec +++ b/SwiftPullToRefresh.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftPullToRefresh" - s.version = "2.4.8" + s.version = "3.0.0" s.summary = "An easy way to implement pull-to-refresh feature based on UIScrollView extension, written in Swift 4." s.description = <<-DESC An easy way to implement pull-to-refresh feature based on UIScrollView extension, written in Swift 4. Provide default style header and footer controls which you can directly use in your project, and also support for customization. GIF is also supported.