shmily

sdk init

Pod::Spec.new do |s|
s.name = "HHDoctorSDK"
s.version = "1.1.1"
s.version = "1.1.2"
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.1
git tag -m "tag" 1.1.2
git push --tag
... ...