2 Star 3 Fork 0

Robin / STHoshiTextField

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
STHoshiTextField.podspec 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
gejw 提交于 2016-05-30 22:25 . update version
Pod::Spec.new do |s|
s.name = "STHoshiTextField"
s.version = "1.0.1"
s.summary = "STHoshiTextField for ios"
s.homepage = 'https://github.com/slightech/STHoshiTextField'
s.author = { 'robinge' => 'robinge@slightech.com' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/slightech/STHoshiTextField.git', :tag => "#{s.version}"}
s.ios.deployment_target = '7.0'
s.source_files = 'STHoshiTextField/*.{h,m}'
s.framework = 'UIKit'
s.requires_arc = true
end
Objective-C
1
https://gitee.com/gejw0623/STHoshiTextField.git
git@gitee.com:gejw0623/STHoshiTextField.git
gejw0623
STHoshiTextField
STHoshiTextField
master

搜索帮助