forked from rehatkathuria/SnappingSlider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSnappingSlider.podspec
More file actions
17 lines (17 loc) · 838 Bytes
/
SnappingSlider.podspec
File metadata and controls
17 lines (17 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "SnappingSlider"
s.version = "1.0"
s.summary = "A beautiful slider control for iOS built purely upon Swift."
s.description = <<-DESC
A slider control built upon UIKitDynamic using Swift. Simple and effecient.
DESC
s.homepage = "https://github.com/rehatkathuria/SnappingSlider"
s.screenshots = "http://i.imgur.com/D6IsT2r.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Rehat Kathuria" => "rehat@kathuria.co" }
s.social_media_url = "http://twitter.com/rhtkth"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/rehatkathuria/SnappingSlider.git", :tag => "v#{s.version}" }
s.source_files = "SnappingSlider/SnappingSlider.swift"
s.requires_arc = true
end