From 50682ebe64e4c08f18957ccfd16888f035c20755 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 23 Dec 2020 00:56:36 -0800 Subject: [PATCH] Update Swifter.podspec --- Swifter.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swifter.podspec b/Swifter.podspec index 6d45dc0c..3241e60c 100644 --- a/Swifter.podspec +++ b/Swifter.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Swifter" - s.version = "2.4.0" + s.version = "2.5.0" s.summary = ":bird: A Twitter framework for iOS & macOS written in Swift" s.description = <<-DESC Twitter framework for iOS & macOS written in Swift, with support of three different types of authentication protocol, and most, if not all, of the REST API.