1 Star 0 Fork 0

小沈曰/STKit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
STKit.podspec 643 Bytes
一键复制 编辑 原始数据 按行查看 历史
沈兆良 提交于 2018-08-31 10:08 . 2018年08月31日10:07:51 修改readme
Pod::Spec.new do |s|
s.name = 'STKit'
s.module_name = 'STKit'
s.version = '1.0.0'
s.summary = 'STKit is a collection of useful classes, structs and extensions to develop Apps faster.'
s.homepage = 'https://github.com/STShenZhaoliang'
s.authors = { 'STShenZhaoliang' => '409178030' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.source = { :git => 'https://gitee.com/shenzhaoliang/STKit.git', :tag => s.version }
s.swift_version = '4.1'
s.ios.deployment_target = '9.0'
s.ios.source_files = 'STKit/*.swift'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/szlsay/STKit.git
git@gitee.com:szlsay/STKit.git
szlsay
STKit
STKit
master

搜索帮助