Skip to content

Commit

Permalink
Add MBProgressHUD 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
luosky committed Mar 23, 2012
1 parent 7fd24b1 commit 01de7cb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions MBProgressHUD/0.5/MBProgressHUD.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'MBProgressHUD'
s.version = '0.5'
s.platform = :ios
s.license = 'MIT'
s.summary = 'An iOS activity indicator view.'
s.homepage = 'https://github.com/matej/MBProgressHUD'
s.author = { 'Matej Bukovinski' => 'matej@bukovinski.com' }

s.source = { :git => 'https://github.com/jdg/MBProgressHUD.git', :tag => '0.5' }

s.description = 'MBProgressHUD is an iOS drop-in class that displays a translucent HUD with a ' \
'progress indicator and some optional labels while work is being done in a ' \
'background thread. The HUD is meant as a replacement for the undocumented, ' \
'private UIKit UIProgressHUD with some additional features.'

s.source_files = '*.{h,m}'
s.clean_paths = ".gitattributes", ".gitignore", "Demo"

This comment has been minimized.

Copy link
@SevInf

SevInf Mar 23, 2012

Add also MBProgressHUD.xcodeproj and MBProgressHUD.xcworkspace to clean_paths

s.framework = "CoreGraphics"
end

0 comments on commit 01de7cb

Please sign in to comment.