[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 5 / 4 / CJScrollPage / 1.0.6 / CJScrollPage.podspec.json
blob78b124e34c42ad4029497cd3fb011768637c54ec
2   "name": "CJScrollPage",
3   "version": "1.0.6",
4   "summary": "快速灵活的集成类似网易新闻, 头条等带滑块的滚动视图,实现视图联动, 滑块.",
5   "description": "页面轮播选择器",
6   "homepage": "https://github.com/CoderJChen/CJScrollPage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "coderCJ": "zhiyi_eric@163.com"
13   },
14   "source": {
15     "git": "https://github.com/CoderJChen/CJScrollPage.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CJScrollPage/CJScrollPage.h",
22   "resource_bundles": {
23     "CJScrollPage": [
24       "CJScrollPage/*.{png,xib}"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "scrollpage",
30       "source_files": [
31         "CJScrollPage/CJMenuBarShowDetailVC.{h,m}",
32         "CJScrollPage/CJMenuCell.{h,m}",
33         "CJScrollPage/CJScrollPageConst.{h,m}",
34         "CJScrollPage/CJSegmentBar.{h,m}",
35         "CJScrollPage/CJSegmentBarConfig.{h,m}",
36         "CJScrollPage/CJSegmentModelProtocol.{h,m}",
37         "CJScrollPage/CJSegmentRLButton.{h,m}",
38         "CJScrollPage/NSString+SegmentModelProtocol.{h,m}",
39         "CJScrollPage/UIView+CJExtension.{h,m}",
40         "CJScrollPage/CJSegmentViewController.{h,m}"
41       ]
42     }
43   ]