[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 8 / 0 / BlockListView / 0.1.1 / BlockListView.podspec.json
blobce162420b7fd3b42615ec2843cef8ebc6990471f
2   "name": "BlockListView",
3   "version": "0.1.1",
4   "summary": "使用block将tableView的代理方法和网络封装",
5   "description": "使用block将tableView的代理方法和网络封装,使用更加简单",
6   "homepage": "https://github.com/crazyLuobo/BlockListView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yanwenbo_78201@163.com": "yanwenbo_78201@163.com"
13   },
14   "source": {
15     "git": "https://github.com/crazyLuobo/BlockListView.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BlockListView/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "MJRefresh": [
26     ],
27     "PPNetworkHelper": [
29     ]
30   }