Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devSC committed Jul 26, 2015
1 parent 5284972 commit af7b0c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# WSProgressHUD
This is a beauful hud view for iPhone & iPad

[![CI Status](http://img.shields.io/travis/袁仕崇/WSProgressHUD.svg?style=flat)](https://travis-ci.org/袁仕崇/WSProgressHUD)
[![Version](https://img.shields.io/cocoapods/v/WSProgressHUD.svg?style=flat)](http://cocoapods.org/pods/WSProgressHUD)
[![License](https://img.shields.io/cocoapods/l/WSProgressHUD.svg?style=flat)](http://cocoapods.org/pods/WSProgressHUD)
Expand Down
6 changes: 3 additions & 3 deletions WSProgressHUD.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "WSProgressHUD"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "WSProgressHUD is a beauful hud view for iPhone & iPad."

s.description = <<-DESC
Expand Down Expand Up @@ -79,7 +79,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

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


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

s.source_files = "WSProgressHUD/*"
s.exclude_files = "Demo/Exclude"
s.resources = "WSProgressHUD/WSProgressBundle.bundle/*.png"
s.resources = "WSProgressHUD/*.bundle"


# s.public_header_files = "Classes/**/*.h"
Expand Down

0 comments on commit af7b0c3

Please sign in to comment.