From fadcefcb976d4824d3661d498725c25259d8f64c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E4=BB=95=E5=B4=87?= Date: Wed, 26 Aug 2015 23:52:57 +0800 Subject: [PATCH] Release 1.0.8 --- WSProgressHUD.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WSProgressHUD.podspec b/WSProgressHUD.podspec index 9f4b7b0..4c5947a 100644 --- a/WSProgressHUD.podspec +++ b/WSProgressHUD.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "WSProgressHUD" - s.version = "1.0.7" + s.version = "1.0.8" s.summary = "WSProgressHUD is a beauful hud view for iPhone & iPad." s.description = <<-DESC @@ -34,7 +34,7 @@ Pod::Spec.new do |s| s.author = { "袁仕崇" => "xiaochong2154@163.com" } s.platform = :ios, "6.0" - s.source = { :git => "https://github.com/devSC/WSProgressHUD.git", :tag => "1.0.7" } + s.source = { :git => "https://github.com/devSC/WSProgressHUD.git", :tag => "1.0.8" } s.source_files = "WSProgressHUD/*" s.exclude_files = "Demo/Exclude"