We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627faf7 commit adea1e3Copy full SHA for adea1e3
EaseCallKit.podspec
@@ -21,8 +21,13 @@ Pod::Spec.new do |s|
21
'Classes/EaseCallUIKit.h',
22
]
23
s.resources = 'Assets/EaseCall.bundle'
24
- s.dependency 'HyphenateChat'
+ s.dependency 'HyphenateChat', '>= 3.9.0'
25
s.dependency 'Masonry'
26
s.dependency 'AgoraRtcEngine_iOS'
27
s.dependency 'SDWebImage'
28
+
29
+ s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
30
+ 'VALID_ARCHS' => 'arm64 armv7 x86_64'
31
+ }
32
+ s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
33
end
0 commit comments