Skip to content

Commit adba910

Browse files
committed
Fix .podspec
1 parent e2b8747 commit adba910

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
@@ -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 = "ios/*.{h,m}"
15+
s.source_files = "*.{h,m}"
1616
s.requires_arc = true
1717

1818
s.dependency "React"

0 commit comments

Comments
 (0)