From e56d358b35b2867ce4f9bd667ba7ca1720258fe9 Mon Sep 17 00:00:00 2001 From: wuximiao Date: Wed, 23 Sep 2020 18:41:18 +0800 Subject: [PATCH 1/4] =?UTF-8?q?Mod:=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Toaster.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Toaster.podspec b/Toaster.podspec index cb155ec..07ea670 100644 --- a/Toaster.podspec +++ b/Toaster.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Toaster' - s.version = '2.3.0' + s.version = '2.4.0' s.summary = 'Toast in Swift for iOS' s.description = 'Toast in Swift for iOS, with support for Queueing, Customization, String/NSAttributedString, UIAccessibility, Swift/Objective-C and more.' s.homepage = 'https://github.com/devxoul/Toaster' s.license = { :type => 'WTPFL', :file => 'LICENSE' } s.author = { 'devxoul' => 'devxoul@gmail.com' } - s.source = { :git => 'https://github.com/devxoul/Toaster.git', + s.source = { :git => 'https://github.com/YoudaoMobile/Toaster.git', :tag => "#{s.version}" } s.platform = :ios, '8.0' s.source_files = 'Sources/*.{swift,h}' From d555cb0a1a294708cf9275179b5165a5ec6acf2d Mon Sep 17 00:00:00 2001 From: GuoJie Date: Wed, 15 Jan 2025 21:29:29 +0800 Subject: [PATCH 2/4] =?UTF-8?q?mod=EF=BC=9A=E6=9B=B4=E6=96=B0=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=9A=84=E6=9C=80=E4=BD=8E=E7=89=88=E6=9C=AC=E4=B8=BA?= =?UTF-8?q?13.0=EF=BC=8C=E5=90=A6=E5=88=99=20=E6=8C=87=E5=AE=9A=20release?= =?UTF-8?q?=20pod=20install=20=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Toaster.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Toaster.podspec b/Toaster.podspec index 07ea670..5b1ad60 100644 --- a/Toaster.podspec +++ b/Toaster.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.author = { 'devxoul' => 'devxoul@gmail.com' } s.source = { :git => 'https://github.com/YoudaoMobile/Toaster.git', :tag => "#{s.version}" } - s.platform = :ios, '8.0' + s.platform = :ios, '13.0' s.source_files = 'Sources/*.{swift,h}' s.frameworks = 'UIKit', 'Foundation', 'QuartzCore' s.swift_version = '5.0' From 7d74bece77c24d47f0241847953155415d8bfa03 Mon Sep 17 00:00:00 2001 From: GuoJie Date: Wed, 15 Jan 2025 22:13:26 +0800 Subject: [PATCH 3/4] =?UTF-8?q?mod=EF=BC=9A=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Toaster.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Toaster.podspec b/Toaster.podspec index 5b1ad60..a3f57f8 100644 --- a/Toaster.podspec +++ b/Toaster.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Toaster' - s.version = '2.4.0' + s.version = '2.4.1' s.summary = 'Toast in Swift for iOS' s.description = 'Toast in Swift for iOS, with support for Queueing, Customization, String/NSAttributedString, UIAccessibility, Swift/Objective-C and more.' s.homepage = 'https://github.com/devxoul/Toaster' From f25d6a493b5c5ce18f743ea01ddbcc06735abae0 Mon Sep 17 00:00:00 2001 From: GuoJie Date: Wed, 15 Jan 2025 22:16:49 +0800 Subject: [PATCH 4/4] =?UTF-8?q?Mod:=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=B8=BA:2.4.0=20by=20cocoapods=5Fdev=5Fenv=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Toaster.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Toaster.podspec b/Toaster.podspec index a3f57f8..5b1ad60 100644 --- a/Toaster.podspec +++ b/Toaster.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Toaster' - s.version = '2.4.1' + s.version = '2.4.0' s.summary = 'Toast in Swift for iOS' s.description = 'Toast in Swift for iOS, with support for Queueing, Customization, String/NSAttributedString, UIAccessibility, Swift/Objective-C and more.' s.homepage = 'https://github.com/devxoul/Toaster'