surui

sdk init

Pod::Spec.new do |s|
s.name = "HHDoctorSDK"
s.version = "1.1.3"
s.version = "1.1.4"
s.summary = "和缓视频医生SDK(融云)"
s.description = <<-DESC
... ...
... ... @@ -3,5 +3,5 @@ git commit -m "sdk init"
git pull
git push
git tag -m "tag" 1.1.3
git tag -m "tag" 1.1.4
git push --tag
... ...