Skip to content

Commit ecd0d0f

Browse files
committed
1 parent 663febf commit ecd0d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ or
8383

8484
##### Using Cocoapods
8585

86-
1. add `pod 'ReactNativeExceptionHandler', :podspec => '../node_modules/react-native-exception-handler/ios/ReactNativeExceptionHandler.podspec'` to your Podfile
86+
1. add `pod 'ReactNativeExceptionHandler', :podspec => '../node_modules/react-native-exception-handler/ReactNativeExceptionHandler.podspec'` to your Podfile
8787
2. run `pod install`
8888

8989
#### Android

ios/ReactNativeExceptionHandler.podspec renamed to ReactNativeExceptionHandler.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.author = { "Atul R" => "[email protected]" }
1313
s.platform = :ios, "7.0"
1414
s.source = { :git => "https://github.com/master-atul/react-native-exception-handler.git", :tag => "master" }
15-
s.source_files = "*.{h,m}"
15+
s.source_files = "ios/*.{h,m}"
1616
s.requires_arc = true
1717

1818
s.dependency "React"

0 commit comments

Comments
 (0)