From c761980aad616f980c8de4d81b0792ac7065048f Mon Sep 17 00:00:00 2001 From: leonardoherbert Date: Fri, 4 Dec 2020 21:18:40 -0300 Subject: [PATCH] Update RNCaMas.podspec --- ios/RNCaMas.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RNCaMas.podspec b/ios/RNCaMas.podspec index 67ed11d..c7b119e 100644 --- a/ios/RNCaMas.podspec +++ b/ios/RNCaMas.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/RNCaMas.git", :tag => "master" } + s.source = { :git => "git@github.com:rodolfovilaca/react-native-ca-mas.git", :branch => "logout-mas" } s.source_files = "RNCaMas/**/*.{h,m}" s.requires_arc = true