Skip to content

Commit 7da7123

Browse files
committed
1.0.3
1 parent af7b0c3 commit 7da7123

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

WSProgressHUD.podspec

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

8484

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

9393
s.source_files = "WSProgressHUD/*"
9494
s.exclude_files = "Demo/Exclude"
95-
s.resources = "WSProgressHUD/*.bundle"
9695

9796

9897
# s.public_header_files = "Classes/**/*.h"
@@ -107,7 +106,7 @@ Pod::Spec.new do |s|
107106
#
108107

109108
# s.resource = "icon.png"
110-
# s.resources = "Resources/*.png"
109+
s.resources = "WSProgressHUD/*.bundle"
111110

112111
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
113112

@@ -119,7 +118,7 @@ Pod::Spec.new do |s|
119118
#
120119

121120
# s.framework = "SomeFramework"
122-
# s.frameworks = "SomeFramework", "AnotherFramework"
121+
s.frameworks = "UIKit", "QuartzCore","CoreGraphics","Foundation"
123122

124123
# s.library = "iconv"
125124
# s.libraries = "iconv", "xml2"

0 commit comments

Comments
 (0)