[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 3 / 7 / DDLoadingView / 0.0.9 / DDLoadingView.podspec.json
blobc8687ee8b1c9b1cbed0fc7a85e6a8f56d0ce9beb
2   "name": "DDLoadingView",
3   "version": "0.0.9",
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.9"
19   },
20   "source_files": "DDLoadingView/**/*.{h,m}",
21   "resources": "DDLoadingView/Resources/DDLoadingView.bundle",
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "dependencies": {
28     "Masonry": [
29       "~> 1.1.0"
30     ]
31   }