From c175deb3845d3d994fc319dba37d43312a34c9ec Mon Sep 17 00:00:00 2001 From: Silviu Pop Date: Thu, 12 Jul 2018 10:20:02 +0200 Subject: [PATCH] fix cocoapod source --- ios/ReactNativeExceptionHandler.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/ReactNativeExceptionHandler.podspec b/ios/ReactNativeExceptionHandler.podspec index 9c5f036..92e5510 100644 --- a/ios/ReactNativeExceptionHandler.podspec +++ b/ios/ReactNativeExceptionHandler.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.author = { "Atul R" => "atulanand94@gmail.com" } s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/author/ReactNativeExceptionHandler.git", :tag => "master" } + s.source = { :git => "https://github.com/master-atul/react-native-exception-handler.git", :tag => "master" } s.source_files = "*.{h,m}" s.requires_arc = true