From 9c0540a94732f83daba7dc079e059f53ccbdbc92 Mon Sep 17 00:00:00 2001 From: Mohammed Date: Wed, 12 Apr 2023 00:03:41 +0530 Subject: [PATCH 1/2] update zstd to 1.5.5 --- Dependencies/zstd | 2 +- ZstdKit.podspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dependencies/zstd b/Dependencies/zstd index 1f25b17..0f255ff 160000 --- a/Dependencies/zstd +++ b/Dependencies/zstd @@ -1 +1 @@ -Subproject commit 1f25b17c7da7640cb3ce06f99e28b87811fddd26 +Subproject commit 0f255ff4faaa6ba414272bf7f239ddb4891cdda2 diff --git a/ZstdKit.podspec b/ZstdKit.podspec index b97a3a3..063b117 100644 --- a/ZstdKit.podspec +++ b/ZstdKit.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'ZstdKit' - s.version = '1.0.1' + s.version = '1.0.2' s.license = { :type => 'BSD', :file => 'LICENSE' } s.summary = 'A Swift and Objective-C category for Zstd (Zstandard) compression.' - s.homepage = 'https://github.com/luckymarmot/ZstdKit' + s.homepage = 'https://github.com/mmdHussain/ZstdKit' s.authors = { 'Paw' => 'https://paw.cloud' } - s.source = { :git => 'https://github.com/luckymarmot/ZstdKit.git', :tag => s.version, :submodules => true } + s.source = { :git => 'https://github.com/mmdHussain/ZstdKit.git', :tag => s.version, :submodules => true } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.8' From 1b5263080e0f9826f804cef367d7a9ffcb34c0f1 Mon Sep 17 00:00:00 2001 From: Mohammed Date: Wed, 12 Apr 2023 00:55:02 +0530 Subject: [PATCH 2/2] updated the repo path --- ZstdKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZstdKit.podspec b/ZstdKit.podspec index 063b117..a514f61 100644 --- a/ZstdKit.podspec +++ b/ZstdKit.podspec @@ -3,9 +3,9 @@ Pod::Spec.new do |s| s.version = '1.0.2' s.license = { :type => 'BSD', :file => 'LICENSE' } s.summary = 'A Swift and Objective-C category for Zstd (Zstandard) compression.' - s.homepage = 'https://github.com/mmdHussain/ZstdKit' + s.homepage = 'https://github.com/luckymarmot/ZstdKit' s.authors = { 'Paw' => 'https://paw.cloud' } - s.source = { :git => 'https://github.com/mmdHussain/ZstdKit.git', :tag => s.version, :submodules => true } + s.source = { :git => 'https://github.com/luckymarmot/ZstdKit.git', :tag => s.version, :submodules => true } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.8'