[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 8 / 6 / HLTableView / 1.0.0 / HLTableView.podspec.json
blob4ee9ad7e89d5f8d6b54382e8821754d171182080
2   "name": "HLTableView",
3   "version": "1.0.0",
4   "summary": "这是一个简单的UITableView封装",
5   "description": "这是一个使用模型与UITableView进行关联的设计模式,进行对UITableView进行封装",
6   "homepage": "https://github.com/hailong123/HLTableView",
7   "static_framework": true,
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Sea": "771145867@qq.com"
14   },
15   "source": {
16     "git": "https://github.com/hailong123/HLTableView.git",
17     "tag": "1.0.0"
18   },
19   "prefix_header_file": "HLTableView/Classes/HLTableViewPrefixHeader.pch",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "HLTableView/Classes/**/*",
24   "public_header_files": "HLTableView/Classes/**/*.h",
25   "resources": [
26     "HLTableView/Assets/*"
27   ],
28   "dependencies": {
29     "MJRefresh": [
31     ],
32     "DZNEmptyDataSet": [
34     ],
35     "Masonry": [
37     ]
38   }