[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 3 / 7 / DDLoadingView / 0.1.1 / DDLoadingView.podspec.json
blob31bb1653462af176a51b3499af7b65d1277c0435
2   "name": "DDLoadingView",
3   "version": "0.1.1",
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.1.1"
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   }