Ai
1 Star 0 Fork 0

greyCode/ActivityIndicatorView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ActivityIndicatorView.podspec 802 Bytes
一键复制 编辑 原始数据 按行查看 历史
AlisaMylnikova 提交于 2022-04-18 20:13 +08:00 . Add parameters to some indicators
Pod::Spec.new do |s|
s.name = "ActivityIndicatorView"
s.version = "1.1.0"
s.summary = "A number of preset loading indicators created with SwiftUI."
s.homepage = 'https://github.com/exyte/ActivityIndicatorView.git'
s.license = 'MIT'
s.author = { 'exyte' => 'info@exyte.com' }
s.source = { :git => 'https://github.com/exyte/ActivityIndicatorView.git', :tag => s.version.to_s }
s.social_media_url = 'http://exyte.com'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'
s.watchos.deployment_target = '6.0'
s.requires_arc = true
s.swift_version = '5.2'
s.source_files = [
'Source/*.h',
'Source/*.swift',
'Source/**/*.swift'
]
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/greycode/ActivityIndicatorView.git
git@gitee.com:greycode/ActivityIndicatorView.git
greycode
ActivityIndicatorView
ActivityIndicatorView
master

搜索帮助