Latest | 0.1.0 |
---|---|
Homepage | https://github.com/cnchenys/Kilig |
License | MIT |
Platforms | ios 9.0 |
Authors |
介绍
Kilig是一个简化UITableView数据驱动的库
要求
iOS8、Swift3.0及以上或则Objective-C
安装
Kilig 支持 CocoaPods 集成安装。 请在Podfile文件中添加:
pod 'Kilig'
使用
详见工程Demo
作者
TechSen, [email protected]
License
Kilig is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "Kilig", "version": "0.1.0", "summary": "u4e00u4e2au8f7bu91cfu7684u7b80u5316UITableViewu6570u636eu9a71u52a8u7684u5e93", "description": "Kiligu662fu4e00u4e2au8f7bu91cfu7684u7b80u5316UITableViewu6570u636eu9a71u52a8u7684u5e93", "homepage": "https://github.com/cnchenys/Kilig", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "TechSen": "[email protected]" }, "source": { "git": "https://github.com/cnchenys/Kilig.git", "tag": "0.1.0" }, "platforms": { "ios": "9.0" }, "source_files": "Kilig/Classes/*.h", "subspecs": [ { "name": "Tools", "source_files": "Kilig/Classes/Tools/*.{h,m}" }, { "name": "TableView", "source_files": "Kilig/Classes/TableView/*.{h,m}", "dependencies": { "Kilig/Tools": [] } }, { "name": "Chaining", "source_files": "Kilig/Classes/Chaining/*.{h,m}", "dependencies": { "Kilig/TableView": [] } } ] }
Tue, 15 Jan 2019 11:13:14 +0000