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