[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / c / 3 / 7 / DDLoadingView / 0.0.8 / DDLoadingView.podspec.json
blobba0fb30379e0059f26e435258dc7791c3bfce376
2   "name": "DDLoadingView",
3   "version": "0.0.8",
4   "summary": "视图加载工具类,视图首次加载、空数据、加载错误展示处理。",
5   "homepage": "https://github.com/BrownCN023/DDLoadingView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liyebiao1990": "347991555@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/BrownCN023/DDLoadingView.git",
18     "tag": "0.0.8"
19   },
20   "source_files": "DDLoadingView/**/*.{h,m}",
21   "resources": "DDLoadingView/Resources/DDLoadingView.bundle",
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "dependencies": {
25     "Masonry": [
26       "~> 1.1.0"
27     ],
28     "MJRefresh": [
29       "~> 3.1.16"
30     ]
31   }