wangguolei

Update Document.md

... ... @@ -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
... ...