wangguolei

Update Document.md

@@ -128,10 +128,16 @@ @@ -128,10 +128,16 @@
128 ### 1.2. 自动集成(推荐) 128 ### 1.2. 自动集成(推荐)
129 *`Podfile` 文件中加入 129 *`Podfile` 文件中加入
130 130
131 - ```shell 131 + 默认
  132 + ```
132 use_frameworks! 133 use_frameworks!
133 pod 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git" 134 pod 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git"
134 ``` 135 ```
  136 + 指定版本
  137 + ```
  138 + use_frameworks!
  139 + pod 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :tag=>'xxxxx'
  140 + ```
135 * 安装 141 * 安装
136 142
137 ``` shell 143 ``` shell