[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / c / 4 / ChuckTableView / 0.0.1 / ChuckTableView.podspec.json
blob3e01df458cbec58049bc3861c9b2b4a54f02cb12
2   "name": "ChuckTableView",
3   "version": "0.0.1",
4   "summary": "高度封装tableView简化cell的操作,与UIViewController解耦",
5   "description": "高度封装tableView,简化操作,目的是为了cell可以自由同时存在于不同的UIViewController之中,cell自给自足,cell环境封闭起来\n\n1、容易操作的cell增删改查\n\n2、滚到最后\n\n3、可以自定义的上拉加载更多\n\n4、编辑模式随意添加,随意插入各种cell\n\n5、cell与tableView解耦,与UIViewController解耦",
6   "homepage": "https://github.com/harde1/ChuckTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "harde1": "harde1@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/harde1/ChuckTableView.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "ChuckTableViewLib/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true