[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / f / d / DDToolbox / 0.0.2 / DDToolbox.podspec.json
blob12c6b8da0a07cf9d1765a51ede198a43f84a9ed8
2   "name": "DDToolbox",
3   "version": "0.0.2",
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": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/BrownCN023/DDToolbox.git",
18     "tag": "0.0.2"
19   },
20   "source_files": [
21     "DDToolbox/*.h",
22     "DDToolbox/Core/**/*.{h,m}",
23     "DDToolbox/Core/*.h",
24     "DDToolbox/UI/**/*.{h,m}"
25   ],
26   "resources": "DDToolbox/Resources/*.bundle",
27   "requires_arc": true,
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "dependencies": {
33     "Masonry": [
34       "~> 1.1.0"
35     ],
36     "AFNetworking": [
37       "~> 3.2.1"
38     ],
39     "SDWebImage": [
40       "~> 4.3.3"
41     ]
42   }