[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / 0 / 9 / LSiOSTableView / 0.2.0 / LSiOSTableView.podspec.json
blob24843c7a16c9de712bb2b4b56f2f13b076395097
2   "name": "LSiOSTableView",
3   "version": "0.2.0",
4   "summary": "视图控件 - 表视图抽象",
5   "description": "常规的表视图基类,带下拉刷新、上拉加载机制\n更新说明:\n以扩展的方式来实现,简化集成成本,同时保留之前的实现方式,预留过渡期",
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": "0.2.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   }