From 8ebdc7fe2618ae3f9a866edb3160b7f58933cbf6 Mon Sep 17 00:00:00 2001 From: Firoz Ahmed Date: Tue, 30 Jul 2024 19:11:18 +0530 Subject: [PATCH] Update ACBClientSDK.podspec --- ACBClientSDK.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACBClientSDK.podspec b/ACBClientSDK.podspec index 0151fd5..69954ef 100644 --- a/ACBClientSDK.podspec +++ b/ACBClientSDK.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.license = { :type => "Commercial", :text => "Copyright (c) 2024. All rights reserved." } s.author = { "cbajapan" => "support@example.com" } s.platform = :ios, "13.0" - s.source = { :http => "https://github.com/firofame/ACBClientSDK/releases/download/3.4.6/ACBClientSDK-3.4.6.xcframework.zip" } + s.source = { :http => "https://raw.githubusercontent.com/firofame/ACBClientSDK/main/ACBClientSDK-3.4.6.xcframework.zip" } s.vendored_frameworks = "ACBClientSDK.xcframework" s.preserve_paths = "ACBClientSDK.xcframework" end