1 Star 0 Fork 0

跑呀么跑啊/DropDown

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DropDown.podspec 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
Kevin Hirsch 提交于 2019-03-27 09:13 . Update code to Swift 5.0
Pod::Spec.new do |s|
s.name = "DropDown"
s.version = "2.3.13"
s.summary = "A Material Design drop down"
s.description = <<-DESC
This drop down is to overcome the loss of usability and user experience due to the UIPickerView. Material Design did a good job there so this drop down is very inspired by it. It appears at the right location instead of the bottom of the screen as default with UIPickerView and if possible, all options are displayed at once.
DESC
s.homepage = "https://github.com/AssistoLab/DropDown"
s.screenshots = "https://github.com/AssistoLab/DropDown/blob/master/Screenshots/1.png?raw=true", "https://github.com/AssistoLab/DropDown/blob/master/Screenshots/2.png?raw=true"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "kevin-hirsch" => "kevin.hirsch.be@gmail.com" }
s.social_media_url = "http://twitter.com/kevinh6113"
s.platform = :ios, '8.0'
s.source = {
:git => "https://github.com/AssistoLab/DropDown.git",
:tag => "v#{s.version.to_s}"
}
s.source_files = "DropDown/src", "DropDown/src/**/*.{h,m}", "DropDown/helpers", "DropDown/helpers/**/*.{h,m}"
s.resources = "DropDown/resources/*.{png,xib}"
s.requires_arc = true
s.swift_version = '5.0'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/flashlab/DropDown.git
git@gitee.com:flashlab/DropDown.git
flashlab
DropDown
DropDown
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385