[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 5 / 0 / JXPagingView / 2.0.3 / JXPagingView.podspec.json
bloba95ea9cf184e437dad0f5c4cf929cb09cb5e6a47
2   "name": "JXPagingView",
3   "version": "2.0.3",
4   "summary": "类似微博主页、简书主页等效果。多页面嵌套,既可以上下滑动,也可以左右滑动切换页面。支持HeaderView悬浮、支持下拉刷新、上拉加载更多。",
5   "homepage": "https://github.com/pujiaxin33/JXPagingView",
6   "authors": {
7     "pujiaxin33": "317437084@qq.com"
8   },
9   "platforms": {
10     "ios": "8.0"
11   },
12   "swift_versions": [
13     "4.2",
14     "5.0"
15   ],
16   "source": {
17     "git": "https://github.com/pujiaxin33/JXPagingView.git",
18     "tag": "2.0.3"
19   },
20   "source_files": [
21     "JXPagingView",
22     "Sources/JXPagingView/**/*.swift"
23   ],
24   "license": "MIT",
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Pager",
29       "source_files": [
30         "JXPagerView",
31         "Sources/JXPagerView/**/*.{h,m}"
32       ]
33     },
34     {
35       "name": "Paging",
36       "source_files": [
37         "JXPagingView",
38         "Sources/JXPagingView/**/*.swift"
39       ]
40     }
41   ],
42   "swift_version": "5.0"