[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 8 / e / TiledCellKit / 0.1.0 / TiledCellKit.podspec.json
blobdcf14bcf8a9b35433ce28c712a80fd5ed9a96756
2   "name": "TiledCellKit",
3   "version": "0.1.0",
4   "summary": "一个用于Swift的TableView和CollectionView的管理模型和Cell绑定关系的组件",
5   "description": "TiledCellKit是一个TableView和CollectionView模型对cell辅助对应关系的iOS的Swift库\n它的基本理念是一种cell对应一种Item,并且通过绑定关系绑定起来,tableView只需要操作item,即可对cell进行定制,达到cell类型和模型比较纯粹的关系",
6   "homepage": "https://github.com/zhtut/TiledCellKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhtut": "tutu.tg.zhou@hstong.com"
13   },
14   "source": {
15     "git": "https://github.com/zhtut/TiledCellKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "TiledCellKit/Classes/**/*",
23   "swift_version": "5.0"