From af7b0c31f0bd2ccc36193fd4ca1f6519471c4f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E4=BB=95=E5=B4=87?= Date: Sun, 26 Jul 2015 09:17:29 +0800 Subject: [PATCH] 1.0.2 --- README.md | 1 + WSProgressHUD.podspec | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 605750e..616ab41 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/WSProgressHUD.podspec b/WSProgressHUD.podspec index e588532..cf91cb4 100644 --- a/WSProgressHUD.podspec +++ b/WSProgressHUD.podspec @@ -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 @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # @@ -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"