blob: 0a555b20e6bcd30588438c411d00ca5454c42ade [file] [log] [blame]
{
"name": "JXPagingView",
"version": "1.1.2",
"summary": "类似微博主页、简书主页等效果。多页面嵌套,既可以上下滑动,也可以左右滑动切换页面。支持HeaderView悬浮、支持下拉刷新、上拉加载更多。",
"homepage": "https://github.com/pujiaxin33/JXPagingView",
"authors": {
"pujiaxin33": "317437084@qq.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/pujiaxin33/JXPagingView.git",
"tag": "1.1.2"
},
"source_files": [
"JXPagingView-Swift",
"JXPagingView-Swift/**/*.swift"
],
"license": "MIT",
"requires_arc": true,
"subspecs": [
{
"name": "Pager",
"source_files": [
"JXPagerView",
"JXPagerView/**/*.{h,m}"
]
},
{
"name": "Paging",
"source_files": [
"JXPagingView-Swift",
"JXPagingView-Swift/**/*.swift"
]
}
]
}