forked from gmarm/BetterSegmentedControl
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBetterSegmentedControl.podspec
More file actions
Latest commit
18 lines (18 loc) · 868 Bytes
/
Copy pathBetterSegmentedControl.podspec
File metadata and controls
18 lines (18 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name="BetterSegmentedControl"
s.version="0.5"
s.summary="An easy to use, customizable replacement for UISegmentedControl & UISwitch."
s.description=<<-DESC
BetterSegmentedControl is an easy to use, customizable replacement for UISegmentedControl and UISwitch written in Swift.
DESC
s.homepage="https://github.com/gmarm/BetterSegmentedControl"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license='MIT'
s.author={"George Marmaridis"=>"gmarmas@gmail.com"}
s.source={:git=>"https://github.com/gmarm/BetterSegmentedControl.git",:tag=>"0.5"}
s.social_media_url='https://twitter.com/gmarmas'
s.platform=:ios,'8.0'
s.requires_arc=true
s.source_files='Pod/Classes/**/*'
s.frameworks='UIKit'
end