shmily

sdk init

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