From 7fe40c29f32aad578f17a23beb8fd0c44cf39bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20L=C3=A9vy?= Date: Tue, 26 Nov 2019 17:51:51 +0100 Subject: [PATCH] fix ios podspec for autolink --- ios/RNSocketMobile.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RNSocketMobile.podspec b/ios/RNSocketMobile.podspec index d88551c..cabc7fe 100644 --- a/ios/RNSocketMobile.podspec +++ b/ios/RNSocketMobile.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| # s.license = { :type => "MIT", :file => "FILE_LICENSE" } s.author = { "author" => "author@domain.cn" } s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/author/RNSocketMobile.git", :tag => "master" } + s.source = { :git => "https://github.com/wavyapp/rn-socketmobile/RNSocketMobile.git", :tag => "master" } s.source_files = "RNSocketMobile/**/*.{h,m}" s.requires_arc = true