Skip to content

Commit 4d15bcd

Browse files
authored
Merge pull request #92 from alexovits/master
Fix .podspec
2 parents e2b8747 + adba910 commit 4d15bcd

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)