[Add] AdisonOfferwallCommon 0.10.2
[CocoaPods.git] / Specs / 6 / 3 / b / CCSheetView / 0.1.0 / CCSheetView.podspec.json
blob9d453faaeabacdaae8beea2fad1526439a4e031f
2   "name": "CCSheetView",
3   "version": "0.1.0",
4   "summary": "CCSheetView继承自UITableView, 它实现了Cell的横向滚动功能, 并且支持多个Cell横向同步滚动, 效果看起来就像Office Excel, 能展示出行列视图.",
5   "description": "CCSheetView继承自UITableView, 它实现了Cell的横向滚动功能, 并且支持多个Cell横向同步滚动, 效果看起来就像Office Excel, 能展示出行列视图.\n通过继承内部的Component, 来定制自己的Cell界面.\n其中Component内部已经集成了一个UICollectionView, 并提供了UIScrollView和UICollectionView两个属性(指向同一个CollectionView), 用户可以向UICollectionView注册新的ColumnCell来定制列UI, 这样的好处是横向滚动也支持复用, 也可以简单使用UIScrollView作为横向滚动的承载视图. 或者完成重写Component的布局, 自己设计Cell.\n\n需要注意的是, Cell和Header子类必须要继承自Component, 提供UIScrollView或者子类, 这个是支持横向滚动的关键. 具体定制方法可以继续往下看`教程`部分.",
6   "homepage": "https://github.com/cocos543/CCSheetView",
7   "screenshots": "https://raw.githubusercontent.com/cocos543/CCSheetView/dev/demo.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Cocos543": "543314602@qq.com"
14   },
15   "source": {
16     "git": "https://github.com/cocos543/CCSheetView.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "CCSheetView/Classes/**/*",
23   "dependencies": {
24     "Masonry": [
25       "~> 1.1.0"
26     ]
27   }