Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CCVideo
VOD_iOS_SDK
Wiki
2.集成指南
2.集成指南
· Changes
Page history
Update 2.集成指南
authored
Jan 13, 2023
by
chenfy
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
2.集成指南.md
2.集成指南.md
+1
-1
No files found.
2.集成指南.md
View page @
f4783469
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
Podfile 文件中增加如下代码:
Podfile 文件中增加如下代码:
pod 'CCVodSDK'
pod 'CCVodSDK'
# 如果引用SDK version >= 4.19.0 需要添加下面库依赖 #
###
# 如果引用SDK version >= 4.19.0 需要添加下面库依赖 #
pod 'CocoaLumberjack'
pod 'CocoaLumberjack'
执行
`pod install`
即可。
执行
`pod install`
即可。
...
...