We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05887f commit d605f67Copy full SHA for d605f67
WSProgressHUD.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
#
17
18
s.name = "WSProgressHUD"
19
- s.version = "1.1.1"
+ s.version = "1.1.2"
20
s.summary = "WSProgressHUD is a beauful hud view for iPhone & iPad."
21
22
s.description = <<-DESC
@@ -34,7 +34,7 @@ Pod::Spec.new do |s|
34
35
s.author = { "袁仕崇" => "[email protected]" }
36
s.platform = :ios, "6.0"
37
- s.source = { :git => "https://github.com/devSC/WSProgressHUD.git", :tag => "1.1.1" }
+ s.source = { :git => "https://github.com/devSC/WSProgressHUD.git", :tag => "1.1.2" }
38
s.source_files = "WSProgressHUD/*"
39
s.exclude_files = "Demo/Exclude"
40
0 commit comments