Skip to content

Commit

Permalink
Update MRProgress to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duemunk committed Dec 8, 2014
1 parent 73b80f2 commit 829b1dc
Show file tree
Hide file tree
Showing 29 changed files with 27,203 additions and 11,056 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def import_pods
pod 'AFNetworking', '~> 1.3.2'
pod 'DCKeyValueObjectMapping'
pod 'ISO8601DateFormatter', '~> 0.7'
pod 'MRProgress', '~> 0.4.1'
pod 'MRProgress', '~> 0.8.0'
pod 'Masonry', '~> 0.5.3'
pod 'PSAlertView', '~> 1.1'
pod 'GVUserDefaults', '~> 0.9.4'
Expand Down
43 changes: 20 additions & 23 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,37 +28,34 @@ PODS:
- KeepLayout (1.6.0)
- Masonry (0.5.3)
- MiawKit (1.0)
- MRProgress (0.4.3):
- MRProgress/ActivityIndicator (= 0.4.3)
- MRProgress/Blur (= 0.4.3)
- MRProgress/Circular (= 0.4.3)
- MRProgress/Helper (= 0.4.3)
- MRProgress/Icons (= 0.4.3)
- MRProgress/MessageInterceptor (= 0.4.3)
- MRProgress/NavigationBarProgress (= 0.4.3)
- MRProgress/Overlay (= 0.4.3)
- MRProgress/Stopable (= 0.4.3)
- MRProgress/WeakProxy (= 0.4.3)
- MRProgress/ActivityIndicator (0.4.3):
- MRProgress (0.8.0):
- MRProgress/ActivityIndicator (= 0.8.0)
- MRProgress/Blur (= 0.8.0)
- MRProgress/Circular (= 0.8.0)
- MRProgress/Icons (= 0.8.0)
- MRProgress/NavigationBarProgress (= 0.8.0)
- MRProgress/Overlay (= 0.8.0)
- MRProgress/ActivityIndicator (0.8.0):
- MRProgress/Stopable
- MRProgress/Blur (0.4.3):
- MRProgress/Blur (0.8.0):
- MRProgress/Helper
- MRProgress/Circular (0.4.3):
- MRProgress/Circular (0.8.0):
- MRProgress/Helper
- MRProgress/ProgressBaseClass
- MRProgress/Stopable
- MRProgress/Helper (0.4.3)
- MRProgress/Icons (0.4.3)
- MRProgress/MessageInterceptor (0.4.3)
- MRProgress/NavigationBarProgress (0.4.3)
- MRProgress/Overlay (0.4.3):
- MRProgress/Helper (0.8.0)
- MRProgress/Icons (0.8.0)
- MRProgress/NavigationBarProgress (0.8.0):
- MRProgress/ProgressBaseClass
- MRProgress/Overlay (0.8.0):
- MRProgress/ActivityIndicator
- MRProgress/Blur
- MRProgress/Circular
- MRProgress/Helper
- MRProgress/Icons
- MRProgress/Stopable (0.4.3):
- MRProgress/ProgressBaseClass (0.8.0)
- MRProgress/Stopable (0.8.0):
- MRProgress/Helper
- MRProgress/WeakProxy (0.4.3)
- NewRelicAgent (4.83)
- PSAlertView (1.1)
- Reveal-iOS-SDK (1.0.6)
Expand All @@ -78,7 +75,7 @@ DEPENDENCIES:
- KeepLayout (from `https://github.com/iMartinKiss/KeepLayout.git`)
- Masonry (~> 0.5.3)
- MiawKit (from `https://github.com/robocat/MiawKit.git`)
- MRProgress (~> 0.4.1)
- MRProgress (~> 0.8.0)
- NewRelicAgent
- PSAlertView (~> 1.1)
- Reveal-iOS-SDK
Expand Down Expand Up @@ -110,7 +107,7 @@ SPEC CHECKSUMS:
KeepLayout: f6364def4921aca9853b91d998b5737a7210fd6a
Masonry: 35368c2ca9577ca87722c12fc52c4bad9b1c1516
MiawKit: 952999049ff88dfc24df1e65274b728ad3d5e234
MRProgress: e588fb8d0fba293715eaf0e485dd8402f4ce1de6
MRProgress: 2b65d6ec30a5d08b55efd3ceb3e714a5c6c9a28b
NewRelicAgent: 1adba1fb51631f598a2a130e7b1c3be1de715736
PSAlertView: e9c9bc8ef41d86012ca1f6839fd450a35c6f8a97
Reveal-iOS-SDK: 74a39b426dbc915962704ed24f43ee32ae7797f9
Expand Down
1 change: 0 additions & 1 deletion Pods/Headers/Public/MRProgress/MRMessageInterceptor.h

This file was deleted.

1 change: 1 addition & 0 deletions Pods/Headers/Public/MRProgress/MRProgressView.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Pods/Headers/Public/MRProgress/MRWeakProxy.h

This file was deleted.

104 changes: 87 additions & 17 deletions Pods/MRProgress/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 69 additions & 15 deletions Pods/MRProgress/src/Blur/MRBlurView.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 829b1dc

Please sign in to comment.