[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 1 / f / d / DDToolbox / 0.1.3 / DDToolbox.podspec.json
blobf4c11e26cc40d9dcfbeeac7366618a5093602fc7
2   "name": "DDToolbox",
3   "version": "0.1.3",
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.3"
19   },
20   "public_header_files": "DDToolbox/DDToolbox.h",
21   "source_files": "DDToolbox/DDToolbox.h",
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "Masonry": [
29       "~> 1.1.0"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Categories",
35       "source_files": "DDToolbox/Categories/*.{h,m}",
36       "dependencies": {
37         "DDToolbox/Other": [
39         ]
40       }
41     },
42     {
43       "name": "ListComponent",
44       "source_files": "DDToolbox/ListComponent/*.{h,m}"
45     },
46     {
47       "name": "LoopView",
48       "dependencies": {
49         "DDToolbox/Other": [
51         ]
52       },
53       "source_files": "DDToolbox/LoopView/*.{h,m}"
54     },
55     {
56       "name": "Other",
57       "source_files": "DDToolbox/Other/*.{h,m}"
58     }
59   ]