[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / c / 7 / ZZFLEX / 0.0.1 / ZZFLEX.podspec.json
blob721a09db0b022b626ebf7080ae2293cc61385449
2   "name": "ZZFLEX",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "一个iOS UI敏捷开发框架,基于UIKit实现,主要包含常用控件的链式API拓展、一个数据驱动的列表框架、一个事件处理队列。",
8   "description": "目前ZZFLEX主要包含以下5个功能模块:\n   UIView+ZZFLEX:为UIKit中常用的控件增加了链式API拓展,使得控件属性、事件、约束的设置一气呵成(视图的模块化);\nZZFlexibleLayoutViewController:数据驱动的列表页框架,基于UICollectionView,可以简洁方便的构建数据展示类的列表页,并实现了cell/view的与collectionView的解耦(cell的模块化);\nZZFLEXAngel:ZZFlexibleLayoutViewController逻辑的抽离出的一个视图控制器,不在继承自VC使其更加轻量,同时支持tableView、collectionView;\nZZFLEXEditExtension:为ZZFLEXAngel和ZZFlexibleLayoutViewController增加了一种处理编辑类页面的能力;\nZZFLEXRequestQueue:一个事件处理队列,设计的初衷为解决复杂页面多接口请求UI刷新顺序的问题。",
9   "authors": {
10     "libokun": "libokun@126.com"
11   },
12   "homepage": "https://github.com/tbl00c/ZZFLEX",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "source": {
18     "git": "https://github.com/tbl00c/ZZFLEX.git",
19     "tag": "0.0.1"
20   },
21   "requires_arc": true,
22   "source_files": "ZZFlexibleLayoutFramework/**/*.{h,m}"