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 1
1
//
2
2
// MBProgressHUD.h
3
- // Version 0.7
3
+ // Version 0.8
4
4
// Created by Matej Bukovinski on 2.4.09.
5
5
//
6
6
Original file line number Diff line number Diff line change 1
1
//
2
2
// MBProgressHUD.m
3
- // Version 0.7
3
+ // Version 0.8
4
4
// Created by Matej Bukovinski on 2.4.09.
5
5
//
6
6
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "MBProgressHUD"
3
- s . version = "0.7 "
3
+ s . version = "0.8 "
4
4
s . summary = "An iOS activity indicator view."
5
5
s . description = <<-DESC
6
6
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 LLVM 3.0 or later in order to build MBProgressHUD.
26
26
27
27
[ CocoaPods] ( http://cocoapods.org ) is the recommended way to add MBProgressHUD to your project.
28
28
29
- 1 . Add a pod entry for MBProgressHUD to your Podfile ` pod 'MBProgressHUD', '~> 0.7 ' `
29
+ 1 . Add a pod entry for MBProgressHUD to your Podfile ` pod 'MBProgressHUD', '~> 0.8 ' `
30
30
2 . Install the pod(s) by running ` pod install ` .
31
31
3 . Include MBProgressHUD wherever you need it with ` #import "MBProgressHUD.h" ` .
32
32
You can’t perform that action at this time.
0 commit comments