[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / d / DDToolbox / 0.0.5 / DDToolbox.podspec.json
blobe8172ba11f69e2239e6895c4f9183602f9c98788
2   "name": "DDToolbox",
3   "version": "0.0.5",
4   "summary": "辅助开发工具类",
5   "homepage": "https://github.com/BrownCN023/DDToolbox",
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/DDToolbox.git",
18     "tag": "0.0.5"
19   },
20   "source_files": [
21     "DDToolbox/*.h",
22     "DDToolbox/**/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "dependencies": {
30     "Masonry": [
31       "~> 1.1.0"
32     ],
33     "SDWebImage": [
34       "~> 4.3.3"
35     ],
36     "DDLoadingView": [
37       "~> 0.0.4"
38     ],
39     "DDModal": [
40       "~> 1.0.15"
41     ],
42     "DDCircleProgressView": [
43       "~> 0.0.4"
44     ],
45     "DDHTTPClient": [
46       "~> 0.0.6"
47     ]
48   }