Skip to content

Commit

Permalink
Update react-native-agora.podspec
Browse files Browse the repository at this point in the history
Xcode 12 compatibility.
Ref: facebook/react-native#29633 (comment)
  • Loading branch information
jaykhandelwal authored Sep 17, 2020
1 parent c51a752 commit bba0014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-agora.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.source = { :git => package["repository"]["url"] }
s.source_files = 'ios/RCTAgora/**/*.{h,m,swift}'

s.dependency 'React'
s.dependency 'React-Core'
s.dependency "AgoraRtcEngine_iOS_Crypto", "3.0.1.1"
end

0 comments on commit bba0014

Please sign in to comment.