Skip to content

Commit

Permalink
Merge pull request #92 from alexovits/master
Browse files Browse the repository at this point in the history
Fix .podspec
  • Loading branch information
a7ul authored Jan 18, 2019
2 parents e2b8747 + adba910 commit 4d15bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/ReactNativeExceptionHandler.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.author = { "Atul R" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/master-atul/react-native-exception-handler.git", :tag => "master" }
s.source_files = "ios/*.{h,m}"
s.source_files = "*.{h,m}"
s.requires_arc = true

s.dependency "React"
Expand Down

0 comments on commit 4d15bcd

Please sign in to comment.