We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c18f9d commit 750960bCopy full SHA for 750960b
react-native-udp.podspec
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
12
s.platform = :ios, "7.0"
13
s.source = { :git => package_json["repository"]["url"].gsub(/(http.*)/).first, :tag => "v#{s.version}" }
14
s.source_files = 'ios/**/*.{h,m}'
15
- s.dependency 'React'
+ s.dependency 'React-Core'
16
s.dependency 'CocoaAsyncSocket'
17
end
0 commit comments