Skip to content

Commit

Permalink
Merge pull request #267 from jaykhandelwal/patch-1
Browse files Browse the repository at this point in the history
Fix Xcode 12 Compatibility
  • Loading branch information
LichKing-2234 authored Sep 18, 2020
2 parents c51a752 + bba0014 commit 421817c
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 421817c

Please sign in to comment.