Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
hhsdk.ios.demo.trtc
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangguolei
2022-07-28 11:27:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4c3636b0cfdd52aa7501560857f5557bc1163bde
4c3636b0
1 parent
71d77daa
Update Document.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
Document.md
Document.md
View file @
4c3636b
...
...
@@ -128,10 +128,16 @@
### 1.2. 自动集成(推荐)
*
在
`Podfile`
文件中加入
```shell
默认
```
use_frameworks!
pod 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git"
```
指定版本
```
use_frameworks!
pod 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :tag=>'xxxxx'
```
*
安装
``` shell
...
...
Please
register
or
login
to post a comment