forked from rushisangani/RSSelectionMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RSSelectionMenu.podspec
26 lines (18 loc) · 1.17 KB
/
RSSelectionMenu.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Pod::Spec.new do |s|
s.name = "RSSelectionMenu"
s.version = "5.2.1"
s.summary = "An elegant selection list or dropdown menu for iOS with single or multiple selections."
s.description = <<-DESC
RSSelectionMenu provides easy to use features to show drop-down or selection list with the single or multiple selections.
RSSelectionMenu can work with custom cells as well.
DESC
s.homepage = "https://github.com/rushisangani/RSSelectionMenu"
s.screenshots = "https://raw.githubusercontent.com/rushisangani/RSSelectionMenu/master/Images/01.gif", "https://raw.githubusercontent.com/rushisangani/RSSelectionMenu/master/Images/02.gif", "https://raw.githubusercontent.com/rushisangani/RSSelectionMenu/master/Images/03.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Rushi Sangani" => "[email protected]" }
s.source = { :git => "https://github.com/rushisangani/RSSelectionMenu.git", :tag => s.version }
s.ios.deployment_target = '9.0'
s.source_files = "RSSelectionMenu/**/*.swift"
s.requires_arc = true
s.pod_target_xcconfig = { "SWIFT_VERSION" => "4" }
end