Skip to content

Commit

Permalink
fix: Fix Xcode 12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapsssito committed Oct 1, 2020
1 parent a3e3399 commit f0f81f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-tcp-socket.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,swift}"
s.requires_arc = true

s.dependency "React"
s.dependency "React-Core"
s.dependency "CocoaAsyncSocket"

end
Expand Down

0 comments on commit f0f81f8

Please sign in to comment.