Skip to content

Commit 5284972

Browse files
committed
1.0.1
1 parent 10dfb3c commit 5284972

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.md

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

48
![Demo](https://raw.githubusercontent.com/devSC/WSProgressHUD/master/Demo/Demo.gif)
59

@@ -58,6 +62,14 @@ To run the WSProgressHUD project
5862
//Dismiss
5963
[WSProgressHUD dismiss];
6064
```
65+
## Installation
66+
67+
WSProgressHUD is available through [CocoaPods](http://cocoapods.org). To install
68+
it, simply add the following line to your Podfile:
69+
70+
```ruby
71+
pod "WSProgressHUD"
72+
```
6173

6274
##Thanks
6375

WSProgressHUD.podspec

Lines changed: 4 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.0"
19+
s.version = "1.0.1"
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.0" }
82+
s.source = { :git => "https://github.com/devSC/WSProgressHUD.git", :tag => "1.0.1" }
8383

8484

8585
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -92,6 +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"
9596

9697

9798
# s.public_header_files = "Classes/**/*.h"
@@ -133,6 +134,6 @@ Pod::Spec.new do |s|
133134
# s.requires_arc = true
134135

135136
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
136-
# s.dependency "JSONKit", "~> 1.4"
137+
# s.dependency pod 'Shimmer'
137138

138139
end

0 commit comments

Comments
 (0)