[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / 9 / XLsn0wTableView / 1.0.0 / XLsn0wTableView.podspec.json
blob9ae60eb8a64347bbf4e681e2b3a64ecfa451eca7
2   "name": "XLsn0wTableView",
3   "version": "1.0.0",
4   "homepage": "https://github.com/XLsn0w/XLsn0wTableView",
5   "source": {
6     "git": "https://github.com/XLsn0w/XLsn0wTableView.git",
7     "tag": "1.0.0"
8   },
9   "summary": "XLsn0wTableView 性能优化",
10   "description": "XLsn0w自定义TableView, 减轻ViewController负担, 1.异步渲染内容到图片。  2.按照滑动速度按需加载内容。  3.重写处理网络图片加载。XLsn0wTableView代理<UITableViewDelegate, UITableViewDataSource>协议 cell按需加载 异步绘制 图片缓存  cell高度自适应缓存",
11   "authors": {
12     "XLsn0w": "xlsn0wios@gmail.com"
13   },
14   "license": "MIT",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "XLsn0wTableViewKit/**/*.{h,m}",
20   "dependencies": {
21     "Masonry": [
23     ],
24     "XLsn0wKit_objc": [
26     ],
27     "YYText": [
29     ],
30     "YYModel": [
32     ],
33     "MJRefresh": [
35     ],
36     "KVOController": [
38     ],
39     "UITableView+FDTemplateLayoutCell": [
41     ]
42   }