1 Star 1 Fork 0

yuanbo li/YBPagerView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
YBPagerView.podspec 651 Bytes
一键复制 编辑 原始数据 按行查看 历史
lyb5834 提交于 2022-01-19 17:45 . 0.0.4
Pod::Spec.new do |s|
s.name = "YBPagerView"
s.version = "0.0.4"
s.summary = "根据JXPagingView优化而来,主要适配了无障碍,优化了部分api"
s.description = "根据JXPagingView优化而来,适配了无障碍,优化了部分api"
s.homepage = "https://github.com/lyb5834/YBPagerView.git"
s.license = "MIT"
s.author = { "lyb" => "lyb5834@126.com" }
s.source = { :git => "https://gitee.com/lyb5834/YBPagerView.git", :tag => s.version.to_s }
s.source_files = "YBPagerView/YBPagerView/*.{h,m}"
s.requires_arc = true
s.dependency 'Masonry'
s.platform = :ios, '6.0'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/lyb5834/YBPagerView.git
git@gitee.com:lyb5834/YBPagerView.git
lyb5834
YBPagerView
YBPagerView
main

搜索帮助