[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / f / d / DDToolbox / 0.1.2 / DDToolbox.podspec.json
blobcfc7b3dbc35d24f4aeae8e61cb962c6aeaea2ecf
2   "name": "DDToolbox",
3   "version": "0.1.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": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/BrownCN023/DDToolbox.git",
18     "tag": "0.1.2"
19   },
20   "source_files": "DDToolbox/**/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "Masonry": [
28       "~> 1.1.0"
29     ]
30   }