[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / d / 0 / f / TemplateScrolls / 1.0.1 / TemplateScrolls.podspec.json
blob8b9d7dad4f012e14d2671db23f6f708f8936cc05
2   "name": "TemplateScrolls",
3   "version": "1.0.1",
4   "summary": "不需要手动实现 TableView CollectionView 的 dataSource, delegate 协议的滚动列表",
5   "description": "系统的 Table Collection View 非常实用,但是总是有一大堆代理方法必须要写。\n该组件默认实现了所有的代理方法,使用时免写了大量的代理方法,只需要少量的配置代码。\n并且还支持 TableView 自适应高度、高度缓存.\nCollectionView 暂时还必须要自行指定宽高.\ntable、collection View 都支持按 section 为单元的 单选、多选",
6   "homepage": "https://github.com/Zhangguiguang/TemplateScrolls",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GG": "zhanggzgzhz@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Zhangguiguang/TemplateScrolls.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TemplateScrolls/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "UITableView+FDTemplateLayoutCell": [
25       "1.6.0"
26     ],
27     "TTMutableArray": [
28       ">= 1.0.1"
29     ]
30   }