加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
HMSegmentedControl.podspec 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hesham Abd-Elmegid 提交于 2020-05-11 18:08 . Updates podspec file.
Pod::Spec.new do |s|
s.name = "HMSegmentedControl"
s.version = "1.5.6"
s.summary = "A drop-in replacement for UISegmentedControl mimicking the style of the one in Google Currents and various other Google products."
s.homepage = "https://github.com/HeshamMegid/HMSegmentedControl"
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { "Hesham Abd-Elmegid" => "hesham.abdelmegid@gmail.com" }
s.source = { :git => "https://github.com/HeshamMegid/HMSegmentedControl.git", :tag => "v1.5.6" }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'HMSegmentedControl/*.{h,m}'
s.framework = 'QuartzCore'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化