Skip to content

Commit af7b0c3

Browse files
committed
1.0.2
1 parent 5284972 commit af7b0c3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# WSProgressHUD
22
This is a beauful hud view for iPhone & iPad
3+
34
[![CI Status](http://img.shields.io/travis/袁仕崇/WSProgressHUD.svg?style=flat)](https://travis-ci.org/袁仕崇/WSProgressHUD)
45
[![Version](https://img.shields.io/cocoapods/v/WSProgressHUD.svg?style=flat)](http://cocoapods.org/pods/WSProgressHUD)
56
[![License](https://img.shields.io/cocoapods/l/WSProgressHUD.svg?style=flat)](http://cocoapods.org/pods/WSProgressHUD)

WSProgressHUD.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "WSProgressHUD"
19-
s.version = "1.0.1"
19+
s.version = "1.0.2"
2020
s.summary = "WSProgressHUD is a beauful hud view for iPhone & iPad."
2121

2222
s.description = <<-DESC
@@ -79,7 +79,7 @@ Pod::Spec.new do |s|
7979
# Supports git, hg, bzr, svn and HTTP.
8080
#
8181

82-
s.source = { :git => "https://github.com/devSC/WSProgressHUD.git", :tag => "1.0.1" }
82+
s.source = { :git => "https://github.com/devSC/WSProgressHUD.git", :tag => "1.0.2" }
8383

8484

8585
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -92,7 +92,7 @@ Pod::Spec.new do |s|
9292

9393
s.source_files = "WSProgressHUD/*"
9494
s.exclude_files = "Demo/Exclude"
95-
s.resources = "WSProgressHUD/WSProgressBundle.bundle/*.png"
95+
s.resources = "WSProgressHUD/*.bundle"
9696

9797

9898
# s.public_header_files = "Classes/**/*.h"

0 commit comments

Comments
 (0)