[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / e / 2 / c / BLTableView / 1.0.0 / BLTableView.podspec.json
blob63432e0ba1df14046a78c323817b9f0914608e1b
2   "name": "BLTableView",
3   "version": "1.0.0",
4   "summary": "BLTableView.",
5   "description": "A short description of BLTableView",
6   "homepage": "https://github.com/boundlessocean/BLTableview",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fuhaiyang": "fuhaiyang@xycentury.com"
13   },
14   "source": {
15     "git": "https://github.com/boundlessocean/BLTableview.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": "UIKit",
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "BLTableView/Classes/Base/**/*"
26     },
27     {
28       "name": "EmptyDataSet",
29       "source_files": "BLTableView/Classes/EmptyDataSet/**/*",
30       "dependencies": {
31         "DZNEmptyDataSet": [
33         ],
34         "BLTableView/Base": [
36         ]
37       }
38     },
39     {
40       "name": "Refresh",
41       "source_files": "BLTableView/Classes/Refresh/**/*",
42       "dependencies": {
43         "MJRefresh": [
45         ],
46         "BLTableView/Base": [
48         ]
49       }
50     }
51   ]