[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / f / 3 / TableViewSections / 0.1.0 / TableViewSections.podspec.json
blob97bdc78a2d67fa95f8f50931822b2742904a6986
2   "name": "TableViewSections",
3   "version": "0.1.0",
4   "summary": "TableView Sections 更优雅和高效的实现复杂列表。",
5   "description": "采用分层解耦的思想,可以很好的解决上面提到的问题\n1. 降低代码复杂度,增加代码的可维护性\n2. 提高代码聚合度,增加代码的可复用性\n3. 通过组合的方式,增加代码的可扩展性,提高多人协作的编码体验和效率\n\n强化 Section,给他创建一个实体,承载更多的逻辑。抽象出 SectionType 类型负责管理自己的数据处理、视图状态、用户交互、业务逻辑等。DataSource 那一层只需要负责Section的组装和页面框架相关的逻辑。\n\n从:`TableView -> DataSource -> Cells`\n变为:`TableView -> DataSource -> Sections -> Cells`",
6   "homepage": "https://github.com/git179979506/TableViewSections",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhaoshouwen": "zsw19911017@163.com"
13   },
14   "source": {
15     "git": "https://github.com/git179979506/TableViewSections.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://juejin.cn/user/4265760847569166",
19   "swift_versions": [
20     "4.2",
21     "5.0"
22   ],
23   "platforms": {
24     "ios": "10.0"
25   },
26   "source_files": "TableViewSections/Classes/**/*",
27   "swift_version": "5.0"