Skip to content

Commit

Permalink
fix: Fix Xcode 12 compatibility (#138)
Browse files Browse the repository at this point in the history
Reference: facebook/react-native#29633 (comment)
  • Loading branch information
fmorau authored Oct 1, 2020
1 parent 8c18f9d commit 750960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-udp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.platform = :ios, "7.0"
s.source = { :git => package_json["repository"]["url"].gsub(/(http.*)/).first, :tag => "v#{s.version}" }
s.source_files = 'ios/**/*.{h,m}'
s.dependency 'React'
s.dependency 'React-Core'
s.dependency 'CocoaAsyncSocket'
end

0 comments on commit 750960b

Please sign in to comment.