1 Star 0 Fork 0

wyfm/BBSwiftUIKit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BBSwiftUIKit.podspec 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Kaibo Lu 提交于 2020-05-22 17:50 . Add podspec
Pod::Spec.new do |s|
s.name = 'BBSwiftUIKit'
s.version = '0.1.0'
s.summary = 'A SwiftUI library with powerful UIKit features.'
s.description = <<-DESC
Get and set scroll view `contentOffset`.
Set scroll view `isPagingEnabled`, `bounces` and other properties.
Pull down or up table view to refresh data or load more data.
Reload table view data or rows.
Scroll table view to the specific row.
Get and set page control `currentPage`.
DESC
s.homepage = 'https://github.com/Silence-GitHub/BBSwiftUIKit'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Kaibo Lu' => 'lukaibolkb@gmail.com' }
s.platform = :ios, '13.0'
s.swift_version = '5.0'
s.source = { :git => 'https://github.com/Silence-GitHub/BBSwiftUIKit.git', :tag => s.version }
s.requires_arc = true
s.source_files = 'BBSwiftUIKit/BBSwiftUIKit/*.{h,swift}'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/WDFM/BBSwiftUIKit.git
git@gitee.com:WDFM/BBSwiftUIKit.git
WDFM
BBSwiftUIKit
BBSwiftUIKit
master

搜索帮助