Skip to content

Commit

Permalink
Revving podspec to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Anderson committed Dec 4, 2014
1 parent ee50263 commit 441d123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MMProgressHUD.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MMProgressHUD"
s.version = "0.2.3"
s.version = "0.3.0"
s.summary = "An easy to use HUD interface with personality."
s.homepage = "https://github.com/mutualmobile/MMProgressHUD"
s.license = 'MIT'
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
}
s.platform = :ios, '5.0'
s.source_files = 'Source/*.{h,m}'
#s.public_header_files = 'Source/{MMProgressHUDOverlayView,MMProgressHUD,MMHud,MMProgressView-Protocol}.h'
s.public_header_files = 'Source/{MMProgressHUDOverlayView,MMProgressHUD,MMHud,MMProgressView-Protocol}.h'
s.frameworks = 'QuartzCore', 'CoreGraphics'
s.requires_arc = true
end

0 comments on commit 441d123

Please sign in to comment.