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