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