Skip to content

Commit 356c1ce

Browse files
authored
Merge pull request #72 from tspop/master
Fix cocoapod source
2 parents 185739c + c175deb commit 356c1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/ReactNativeExceptionHandler.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.license = "MIT"
1212
s.author = { "Atul R" => "atulanand94@gmail.com" }
1313
s.platform = :ios, "7.0"
14-
s.source = { :git => "https://github.com/author/ReactNativeExceptionHandler.git", :tag => "master" }
14+
s.source = { :git => "https://github.com/master-atul/react-native-exception-handler.git", :tag => "master" }
1515
s.source_files = "*.{h,m}"
1616
s.requires_arc = true
1717

0 commit comments

Comments
 (0)