forked from maxep/MXSegmentedControl
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMXSegmentedControl.podspec
More file actions
Latest commit
24 lines (20 loc) · 851 Bytes
/
Copy pathMXSegmentedControl.podspec
File metadata and controls
24 lines (20 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.newdo |s|
s.name="MXSegmentedControl"
s.version="1.1.0"
s.summary="A very customizable segmented control for iOS."
s.description=<<-DESC
MXSegmentedControl is a segmented control framework for iOS:
- Very customizable UI.
- Supports storyboard design.
- Can be linked with a scroll view.
DESC
s.homepage="https://github.com/maxep/MXSegmentedControl"
s.license='MIT'
s.author={"Maxime Epain"=>"maxime.epain@gmail.com"}
s.source={:git=>"https://github.com/maxep/MXSegmentedControl.git",:tag=>s.version.to_s}
s.social_media_url='https://twitter.com/MaximeEpain'
s.platform=:ios,'8.0'
s.requires_arc=true
s.swift_version='4.2'
s.source_files='MXSegmentedControl/*.swift'
end