Skip to content

Commit

Permalink
fix: Xcode 12 compatibility (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
r3nya authored Jul 3, 2021
1 parent e8858e7 commit e960171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-native-html-to-pdf.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/christopherdro/react-native-html-to-pdf.git", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m}"

s.dependency 'React'
end
s.dependency 'React-Core'
end

0 comments on commit e960171

Please sign in to comment.