From 6c8d183544bbec131ca0227a9417184df5536b21 Mon Sep 17 00:00:00 2001 From: grh_ll <1156786061@qq.com> Date: Wed, 20 Mar 2024 14:13:12 +0800 Subject: [PATCH 1/2] update depend SnapKit version --- NotificationBannerSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotificationBannerSwift.podspec b/NotificationBannerSwift.podspec index 6a65a095..08462afb 100755 --- a/NotificationBannerSwift.podspec +++ b/NotificationBannerSwift.podspec @@ -17,7 +17,7 @@ NotificationBanner is an extremely customizable and lightweight library that mak s.swift_version = '5.0' s.source_files = 'NotificationBanner/Classes/**/*' - s.dependency 'SnapKit', '~> 5.6.0' + s.dependency 'SnapKit', '~> 5.7.0' s.dependency 'MarqueeLabel', '~> 4.3.0' end From 52009a39b754426d0b50e5ae9f21f68feb385b46 Mon Sep 17 00:00:00 2001 From: grh_ll <1156786061@qq.com> Date: Thu, 21 Mar 2024 17:17:21 +0800 Subject: [PATCH 2/2] Update NotificationBannerSwift.podspec --- NotificationBannerSwift.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NotificationBannerSwift.podspec b/NotificationBannerSwift.podspec index 08462afb..7fcbeb49 100755 --- a/NotificationBannerSwift.podspec +++ b/NotificationBannerSwift.podspec @@ -1,17 +1,17 @@ Pod::Spec.new do |s| s.name = 'NotificationBannerSwift' - s.version = '3.2.1' + s.version = '3.2.1.1' s.summary = 'The easiest way to display in app notification banners in iOS.' s.description = <<-DESC NotificationBanner is an extremely customizable and lightweight library that makes the task of displaying in app notification banners and drop down alerts an absolute breeze in iOS. DESC - s.homepage = 'https://github.com/Daltron/NotificationBanner' + s.homepage = 'https://github.com/ganruiaho/NotificationBanner' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Daltron' => 'daltonhint4@gmail.com' } - s.source = { :git => 'https://github.com/Daltron/NotificationBanner.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/ganruiaho/NotificationBanner.git', :tag => s.version.to_s } s.ios.deployment_target = '10.0' s.swift_version = '5.0'