forked from sinss/HTHorizontalSelectionList
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTHorizontalSelectionList.podspec
More file actions
23 lines (17 loc) · 946 Bytes
/
HTHorizontalSelectionList.podspec
File metadata and controls
23 lines (17 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "HTHorizontalSelectionList"
s.version = "0.6.2"
s.summary = "A simple, horizontally-scrolling list of buttons."
s.description = <<-DESC
A simple, horizontally-scrolling list of buttons that can be used as a more flexible replacement for UISegmentedControl.
DESC
s.homepage = "https://github.com/hightower/HTHorizontalSelectionList"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Erik Ackermann" => "erik@gethightower.com", "Dustin Burge" => "dustin@gethightower.com" }
s.social_media_url = "http://twitter.com/erikwithfriends"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/hightower/HTHorizontalSelectionList.git", :tag => s.version }
s.source_files = 'HTHorizontalSelectionList/**/*.{h,m}'
s.requires_arc = true
s.frameworks = 'Foundation', 'UIKit'
end