Showing
1 changed file
with
3 additions
and
3 deletions
1 | -# HHDoctorSDK 接入说明 | 1 | +# HHVDoctorSDK 接入说明 |
2 | 2 | ||
3 | <p align="right"> | 3 | <p align="right"> |
4 | 北京和缓医疗科技有限公司<br/> | 4 | 北京和缓医疗科技有限公司<br/> |
@@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
41 | HHDoctorSDK 提供两种集成方式:您既可以通过 CocoaPods 自动集成我们的 SDK,也可以通过手动下载 SDK, 然后添加到您的项目中。 | 41 | HHDoctorSDK 提供两种集成方式:您既可以通过 CocoaPods 自动集成我们的 SDK,也可以通过手动下载 SDK, 然后添加到您的项目中。 |
42 | 我们提供的下载地址: | 42 | 我们提供的下载地址: |
43 | 43 | ||
44 | - 我们提供了发布仓库: [HHDoctorSDK](https://code.hh-medic.com/hh_public/HHDoctorSDK.ios)。 | 44 | + 我们提供了发布仓库: [HHVDoctorSDK](https://code.hh-medic.com/hh_public/h'hhhvDoctorSDK.ios)。 |
45 | 集成demo地址: [HHDoctorSDK_demo_iOS](https://github.com/HHMedic/HHDoctorSDK_demo_iOS) | 45 | 集成demo地址: [HHDoctorSDK_demo_iOS](https://github.com/HHMedic/HHDoctorSDK_demo_iOS) |
46 | 46 | ||
47 | 由于呼叫视频需要相机相册权限,需要在info.plist中添加对应的权限,否则会导致无法调用。 | 47 | 由于呼叫视频需要相机相册权限,需要在info.plist中添加对应的权限,否则会导致无法调用。 |
@@ -79,7 +79,7 @@ | @@ -79,7 +79,7 @@ | ||
79 | 79 | ||
80 | ```shell | 80 | ```shell |
81 | use_frameworks! | 81 | use_frameworks! |
82 | -pod 'HHDoctorSDK', :git => "git@code.hh-medic.com:hh_public/HHDoctorSDK.ios.git" | 82 | +pod 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git" |
83 | ``` | 83 | ``` |
84 | * 安装 | 84 | * 安装 |
85 | 85 |
-
Please register or login to post a comment