[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / 9 / LSiOSTableView / 2.3.0 / LSiOSTableView.podspec.json
blobddd299caa22cbb3c1e6d3c3b435ec630764c14ae
2   "name": "LSiOSTableView",
3   "version": "2.3.0",
4   "summary": "视图控件 - 表视图抽象",
5   "description": "常规的表视图基类,带下拉刷新、上拉加载机制\n更新说明:\n新增缺省页偏移属性,避免header因缺省页遮盖导致的点击未响应问题;",
6   "homepage": "https://code.aliyun.com/LSKit/LSiOSTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "danfort": "quanchengk@163.com"
13   },
14   "source": {
15     "git": "https://code.aliyun.com/LSKit/LSiOSTableView.git",
16     "tag": "2.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LSiOSTableView/Classes/**/*",
22   "resources": "LSiOSTableView/**/*.{png,bundle}",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "MJRefresh": [
27     ],
28     "Masonry": [
30     ],
31     "LSiOSHook": [
33     ]
34   }