conflict fix
Showing
... | ... | @@ -80,7 +80,6 @@ TODO: Add long description of the pod here. |
s.dependency 'GMShareSDK' | ||
s.dependency 'DouyinOpenSDK', '1.4.1' | ||
s.dependency 'GMBaseWeb' | ||
# 信令 | ||
s.dependency 'NIMSDK', '7.5.0' | ||
s.dependency 'AlipaySDK-iOS', '15.6.8' | ||
... | ... | @@ -88,19 +87,14 @@ TODO: Add long description of the pod here. |
s.dependency 'PLPlayerKit' | ||
s.dependency 'Qiniu' | ||
s.libraries = "z", "c++", "xml2", "sqlite3" | ||
s.frameworks = 'ReplayKit', 'CoreTelephony', 'SystemConfiguration' | ||
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'arm64 armv7 x86_64' } | ||
# s.pod_target_xcconfig = { 'VALID_ARCHS[sdk=iphonesimulator*]' => '' } | ||
# s.dependency 'TTTRtcEngineKit_iOS' | ||
# s.dependency 'TTTPlayerKit_iOS' | ||
s.static_framework = true | ||
# s.pod_target_xcconfig = { 'VALID_ARCHS' => 'armv7' } | ||
end |
Please
register
or
sign in
to comment