1 Star 0 Fork 1

HZ/JXPagingView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
JXPagingView.podspec 934 Bytes
一键复制 编辑 原始数据 按行查看 历史
pujiaxin33 提交于 2021-11-20 11:50 . update to 2.1.2
Pod::Spec.new do |s|
s.name = "JXPagingView"
s.version = "2.1.2"
s.summary = "类似微博主页、简书主页等效果。多页面嵌套,既可以上下滑动,也可以左右滑动切换页面。支持HeaderView悬浮、支持下拉刷新、上拉加载更多。"
s.homepage = "https://github.com/pujiaxin33/JXPagingView"
s.author = { "pujiaxin33" => "[email protected]" }
s.platform = :ios, "8.0"
s.swift_versions = ["4.2", "5.0"]
s.source = { :git => "https://github.com/pujiaxin33/JXPagingView.git", :tag => "#{s.version}" }
s.source_files = "JXPagingView", "Sources/JXPagingView/**/*.swift"
s.license = "MIT"
s.subspec 'Pager' do |pager|
pager.source_files = 'JXPagerView', 'Sources/JXPagerView/**/*.{h,m}'
end
s.subspec 'Paging' do |paging|
paging.source_files = "JXPagingView", "Sources/JXPagingView/**/*.swift"
end
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HZJL/JXPagingView.git
[email protected]:HZJL/JXPagingView.git
HZJL
JXPagingView
JXPagingView
master

搜索帮助