Skip to content

Commit bad9ef6

Browse files
committed
Update podspec
1 parent 7f722e7 commit bad9ef6

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

MXSegmentedPager.podspec

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1-
#
2-
# 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-
101
Pod::Spec.new do |s|
112
s.name = "MXSegmentedPager"
12-
s.version = "3.3.0"
3+
s.version = "4.0.0"
134
s.summary = "Segmented pager view with Parallax header."
145
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.
167
The integration of [MXParallaxHeader](https://github.com/maxep/MXParallaxHeader) allows you to add an parallax header on top while keeping a reliable scrolling effect.
178
DESC
189

@@ -22,13 +13,14 @@ Pod::Spec.new do |s|
2213
s.source = { :git => "https://github.com/maxep/MXSegmentedPager.git", :tag => s.version.to_s }
2314
s.social_media_url = 'https://twitter.com/MaximeEpain'
2415

25-
s.platform = :ios, '7.0'
16+
s.platform = :ios, '10.0'
17+
s.swift_version = '4.2'
2618
s.requires_arc = true
2719

2820
s.source_files = 'MXSegmentedPager/*.{m,h}'
2921
s.public_header_files = ["MXSegmentedPager/*.h"]
30-
s.dependency 'HMSegmentedControl', '1.5.3'
31-
s.dependency 'MXPagerView', '0.2.1'
32-
s.dependency 'MXParallaxHeader', '0.6.1'
22+
s.dependency 'MXSegmentedControl', '~> 1.1'
23+
s.dependency 'MXPagerView', '~> 0.2'
24+
s.dependency 'MXParallaxHeader', '~> 1.0'
3325

3426
end

0 commit comments

Comments
 (0)