加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CocoaTextField.podspec 738 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ravi Aggarwal 提交于 2019-10-13 02:07 . Adding Podspec v1.0.0
Pod::Spec.new do |spec|
spec.name = "CocoaTextField"
spec.version = "1.0.0"
spec.summary = "Highly customizable text field created according to Material.IO guidelines."
spec.homepage = "https://github.com/edgar-zigis/CocoaTextField"
spec.screenshots = "https://raw.githubusercontent.com/edgar-zigis/CocoaTextField/master/sample.gif"
spec.license = { :type => 'MIT', :file => './LICENSE' }
spec.author = "Edgar Žigis"
spec.platform = :ios
spec.ios.deployment_target = '11.0'
spec.swift_version = '5.0'
spec.source = { :git => "https://github.com/edgar-zigis/CocoaTextField.git", :tag => "#{spec.version}" }
spec.source_files = "CocoaTextField/**/*.{swift}"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化