You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Be sure to run `pod lib lint MXSegmentedPager.podspec' to ensure this is a
3
-
# valid spec and remove all comments before submitting the spec.
4
-
#
5
-
# Any lines starting with a # are optional, but encouraged
6
-
#
7
-
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
8
-
#
9
-
10
1
Pod::Spec.newdo |s|
11
2
s.name="MXSegmentedPager"
12
-
s.version="3.3.0"
3
+
s.version="4.0.0"
13
4
s.summary="Segmented pager view with Parallax header."
14
5
s.description=<<-DESC
15
-
MXSegmentedPager combines [MXPagerView](https://github.com/maxep/MXPagerView) with [HMSegmentedControl](https://github.com/HeshamMegid/HMSegmentedControl) to control the page selection.
6
+
MXSegmentedPager combines [MXPagerView](https://github.com/maxep/MXPagerView) with [MXSegmentedControl](https://github.com/maxep/MXSegmentedControl) to control the page selection.
16
7
The integration of [MXParallaxHeader](https://github.com/maxep/MXParallaxHeader) allows you to add an parallax header on top while keeping a reliable scrolling effect.
0 commit comments