Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devSC committed Jul 26, 2015
1 parent af7b0c3 commit 7da7123
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 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.2"
s.version = "1.0.3"
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.2" }
s.source = { :git => "https://github.com/devSC/WSProgressHUD.git", :tag => "1.0.3" }


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

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


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

# s.resource = "icon.png"
# s.resources = "Resources/*.png"
s.resources = "WSProgressHUD/*.bundle"

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

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

# s.framework = "SomeFramework"
# s.frameworks = "SomeFramework", "AnotherFramework"
s.frameworks = "UIKit", "QuartzCore","CoreGraphics","Foundation"

# s.library = "iconv"
# s.libraries = "iconv", "xml2"
Expand Down

0 comments on commit 7da7123

Please sign in to comment.