Showing
1 changed file
with
7 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment