Showing
1 changed file
with
2 additions
and
1 deletions
| 1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
| 2 | s.name = "HHVDoctorSDK" | 2 | s.name = "HHVDoctorSDK" |
| 3 | - s.version = "2.2.42" | 3 | + s.version = "2.2.44" |
| 4 | s.summary = "和缓视频医生 SDK" | 4 | s.summary = "和缓视频医生 SDK" |
| 5 | 5 | ||
| 6 | s.description = <<-DESC | 6 | s.description = <<-DESC |
| @@ -17,6 +17,7 @@ Pod::Spec.new do |s| | @@ -17,6 +17,7 @@ Pod::Spec.new do |s| | ||
| 17 | s.default_subspec = 'Base' | 17 | s.default_subspec = 'Base' |
| 18 | 18 | ||
| 19 | s.dependency 'TXIMSDK_iOS' | 19 | s.dependency 'TXIMSDK_iOS' |
| 20 | + s.dependency 'SnapKit' | ||
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | s.subspec 'Base' do |base| | 23 | s.subspec 'Base' do |base| |
-
Please register or login to post a comment