@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
#
17
17
18
18
s . name = "WSProgressHUD"
19
- s . version = "1.0.2 "
19
+ s . version = "1.0.3 "
20
20
s . summary = "WSProgressHUD is a beauful hud view for iPhone & iPad."
21
21
22
22
s . description = <<-DESC
@@ -79,7 +79,7 @@ Pod::Spec.new do |s|
79
79
# Supports git, hg, bzr, svn and HTTP.
80
80
#
81
81
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 " }
83
83
84
84
85
85
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -92,7 +92,6 @@ Pod::Spec.new do |s|
92
92
93
93
s . source_files = "WSProgressHUD/*"
94
94
s . exclude_files = "Demo/Exclude"
95
- s . resources = "WSProgressHUD/*.bundle"
96
95
97
96
98
97
# s.public_header_files = "Classes/**/*.h"
@@ -107,7 +106,7 @@ Pod::Spec.new do |s|
107
106
#
108
107
109
108
# s.resource = "icon.png"
110
- # s.resources = "Resources /*.png "
109
+ s . resources = "WSProgressHUD /*.bundle "
111
110
112
111
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
113
112
@@ -119,7 +118,7 @@ Pod::Spec.new do |s|
119
118
#
120
119
121
120
# s.framework = "SomeFramework"
122
- # s.frameworks = "SomeFramework ", "AnotherFramework "
121
+ s . frameworks = "UIKit " , "QuartzCore" , "CoreGraphics" , "Foundation "
123
122
124
123
# s.library = "iconv"
125
124
# s.libraries = "iconv", "xml2"
0 commit comments