[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / 0 / JXPagingView / 1.1.10 / JXPagingView.podspec.json
blob3f4fdf15088b1409d8f78795057d27682e3acb17
2   "name": "JXPagingView",
3   "version": "1.1.10",
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": "4.2",
13   "source": {
14     "git": "https://github.com/pujiaxin33/JXPagingView.git",
15     "tag": "1.1.10"
16   },
17   "source_files": [
18     "JXPagingView-Swift",
19     "JXPagingView-Swift/**/*.swift"
20   ],
21   "license": "MIT",
22   "requires_arc": true,
23   "swift_version": "4.2",
24   "subspecs": [
25     {
26       "name": "Pager",
27       "source_files": [
28         "JXPagerView",
29         "JXPagerView/**/*.{h,m}"
30       ]
31     },
32     {
33       "name": "Paging",
34       "source_files": [
35         "JXPagingView-Swift",
36         "JXPagingView-Swift/**/*.swift"
37       ]
38     }
39   ]