Skip to content

MRProgress 0.4.0

Compare
Choose a tag to compare
@mrackwitz mrackwitz released this 26 Feb 16:47
· 234 commits to master since this release

Summary

This release brings small subspecs, so that you can just depend on selected components. So if you want only to use the circular activity indicator, you can use now for example just pod MRProgress/Circular. This means that only this component will be compiled and linked into your project by CocoaPods.
But you can also just use pod MRProgress as before.
See also the following dependency tree:

─┬─MRProgress/
 │
 ├───Blur
 │
 ├───ActivityIndicator
 │
 ├───Circular
 │
 ├───Icons
 │
 ├─┬─NavigationBarProgress
 │ └───MessageInterceptor
 │
 ├─┬─Overlay
 │ ├───ActivityIndicator
 │ ├───Circular
 │ ├───Icons
 │ └───Blur
 │
 ├───MessageInterceptor
 │
 └───WeakProxy

_Attention_: The third level in the tree is only thought to illustrate cross-dependencies, you can't reference the subspecs in this way.

Changelog

  • Sliced podspec into subspecs
  • Fixed warnings in Xcode 5.0.2.

Credits

Thanks for their help by contributing code / creating issues go to:

Release Details