pod install
Showing
with
90 additions
and
72 deletions
| ... | ... | @@ -27,6 +27,7 @@ Pod::Spec.new do |s| |
| # 字节跳动(换用动态库,防止库冲突) | ||
| s.dependency 'TTSDK/LivePull', "1.36.2.3-premium" | ||
| s.dependency 'TTSDK/Player-SR', "1.36.2.3-premium" | ||
| s.dependency 'TTSDK/LivePush', "1.36.2.3-premium" | ||
| s.dependency 'GDToolBox' | ||
| end |
| ... | ... | @@ -32,6 +32,8 @@ Pod::Spec.new do |s| |
| s.vendored_library = 'GDStreamPushHelper/Classes/Beauty/BeautyLib/libeffect-sdk.a' | ||
| # 字节跳动(换用动态库,防止库冲突) | ||
| s.dependency 'TTSDK/LivePull', "1.36.2.3-premium" | ||
| s.dependency 'TTSDK/Player-SR', "1.36.2.3-premium" | ||
| s.dependency 'TTSDK/LivePush', "1.36.2.3-premium" | ||
| s.dependency 'AgoraRtcEngine_iOS', '3.5.0' | ||
| s.dependency 'GDToolBox' | ||
| ... | ... |
| ... | ... | @@ -54,6 +54,9 @@ |
| "TTSDK/Player-SR": [ | ||
| "1.36.2.3-premium" | ||
| ], | ||
| "TTSDK/LivePush": [ | ||
| "1.36.2.3-premium" | ||
| ], | ||
| "GDToolBox": [ | ||
| ] | ||
| ... | ... |
| ... | ... | @@ -55,6 +55,12 @@ |
| "project_header_files": "GDStreamPushHelper/Classes/Beauty/BeautyLib/include/private/*.h", | ||
| "vendored_libraries": "GDStreamPushHelper/Classes/Beauty/BeautyLib/libeffect-sdk.a", | ||
| "dependencies": { | ||
| "TTSDK/LivePull": [ | ||
| "1.36.2.3-premium" | ||
| ], | ||
| "TTSDK/Player-SR": [ | ||
| "1.36.2.3-premium" | ||
| ], | ||
| "TTSDK/LivePush": [ | ||
| "1.36.2.3-premium" | ||
| ], | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment