加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
LLDark.podspec 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
internetwei 提交于 2021-03-27 10:26 . fix(all): 更新至1.1.7
#
# Be sure to run `pod lib lint LLDark.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'LLDark'
s.version = '1.1.7'
s.summary = 'A powerful dark theme framework for iOS, designed to quickly adapt to dark mode.'
s.homepage = 'https://github.com/internetWei/llDark'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'internetwei' => 'internetwei@foxmail.com' }
s.source = { :git => 'https://github.com/internetWei/llDark.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'LLDark/**/*'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化