File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11//
22// MBProgressHUD.h
3- // Version 0.9.1
3+ // Version 0.9.2
44// Created by Matej Bukovinski on 2.4.09.
55//
66
Original file line number Diff line number Diff line change 11//
22// MBProgressHUD.m
3- // Version 0.9.1
3+ // Version 0.9.2
44// Created by Matej Bukovinski on 2.4.09.
55//
66
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "MBProgressHUD"
3- s . version = "0.9.1 "
3+ s . version = "0.9.2 "
44 s . summary = "An iOS activity indicator view."
55 s . description = <<-DESC
66 MBProgressHUD is an iOS drop-in class that displays a translucent HUD
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ You will need the latest developer tools in order to build MBProgressHUD. Old Xc
2626
2727[ CocoaPods] ( http://cocoapods.org ) is the recommended way to add MBProgressHUD to your project.
2828
29- 1 . Add a pod entry for MBProgressHUD to your Podfile ` pod 'MBProgressHUD', '~> 0.9.1 ' `
29+ 1 . Add a pod entry for MBProgressHUD to your Podfile ` pod 'MBProgressHUD', '~> 0.9.2 ' `
30302 . Install the pod(s) by running ` pod install ` .
31313 . Include MBProgressHUD wherever you need it with ` #import "MBProgressHUD.h" ` .
3232
You can’t perform that action at this time.
0 commit comments