Commit 6f91b2bf authored by jz's avatar jz

update

parent 371ba3e6
......@@ -7,6 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
043FD5FD246D7D3700F41D2C /* ReplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 043FD5FB246D7D1300F41D2C /* ReplayKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
5B140F5D04497984CF4D78F7 /* Pods_GMAILab_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EFA1F6EC49F026D0624321F /* Pods_GMAILab_Tests.framework */; };
6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
......@@ -38,6 +39,7 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
043FD5FB246D7D1300F41D2C /* ReplayKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ReplayKit.framework; path = System/Library/Frameworks/ReplayKit.framework; sourceTree = SDKROOT; };
045C1E1DE02316FD3D5E40A9 /* Pods-GMAILab_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GMAILab_Tests.debug.xcconfig"; path = "Target Support Files/Pods-GMAILab_Tests/Pods-GMAILab_Tests.debug.xcconfig"; sourceTree = "<group>"; };
103DC4ADE3C18414FF7E6153 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
2B3FC801CCD87C2DB049030A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
......@@ -79,6 +81,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
043FD5FD246D7D3700F41D2C /* ReplayKit.framework in Frameworks */,
6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
......@@ -124,6 +127,7 @@
6003F58C195388D20070C39A /* Frameworks */ = {
isa = PBXGroup;
children = (
043FD5FB246D7D1300F41D2C /* ReplayKit.framework */,
D7EF45B424629A3800D9C821 /* TTTRtcEngineKit.framework */,
D7EF45B224629A2200D9C821 /* TTTPlayerKit.framework */,
6003F58D195388D20070C39A /* Foundation.framework */,
......
......@@ -83,10 +83,12 @@ s.vendored_frameworks = 'GMAILab/Frameworks/*.framework'
# 信令
s.dependency 'NIMSDK', '7.5.0'
s.dependency 'AlipaySDK-iOS', '15.6.8'
s.dependency 'AlipaySDK-iOS', '15.6.8'
s.dependency 'PLMediaStreamingKit'
s.dependency 'PLPlayerKit'
s.dependency 'Qiniu'
s.dependency 'TTTRtcEngineKit_iOS'
s.dependency 'TTTPlayerKit_iOS'
s.static_framework = true
# s.pod_target_xcconfig = { 'VALID_ARCHS' => 'armv7' }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment