From d253ef7293421621642ebcb297bc9540d376d273 Mon Sep 17 00:00:00 2001 From: Hans Date: Tue, 14 May 2024 00:08:48 +0800 Subject: [PATCH] chore: change source URL --- react-native-jsi-udp.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-jsi-udp.podspec b/react-native-jsi-udp.podspec index 680efbf..cb13c40 100644 --- a/react-native-jsi-udp.podspec +++ b/react-native-jsi-udp.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.authors = package["author"] s.platforms = { :ios => "11.0", :tvos => "11.0" } - s.source = { :git => "https://github.com/hans00/react-native-jsi-udp.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/mybigday/react-native-jsi-udp.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,mm}", "cpp/**/*.{h,cpp}"