[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 6 / ZJKitTool / 2.5.00 / ZJKitTool.podspec.json
blob7108631e9bc8eac2243d5185b48db6147d8d88de
2   "name": "ZJKitTool",
3   "version": "2.5.00",
4   "summary": "ZJKitTool是一个对UIK封装的框架与各种工具的集合,还有各种自定义View等等",
5   "description": "ZJKitTool是一个对UIK封装的框架,添加多种方便的工具类,倒计时、 自定义PickerView 时间日期选择器等框架集合 链式编程语法",
6   "homepage": "https://github.com/Dzhijian/ZJKitTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CoderDeng": "646724452@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Dzhijian/ZJKitTool.git",
19     "tag": "2.5.00"
20   },
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "source_files": "ZJKitTool/ZJKitTool.h",
24   "public_header_files": "ZJKitTool/ZJKitTool.h",
25   "dependencies": {
26     "Masonry": [
28     ],
29     "MBProgressHUD": [
31     ],
32     "YYCategories": [
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "ZJGeneraMacros",
39       "source_files": "ZJKitTool/ZJGeneraMacros/*.{h,m}"
40     },
41     {
42       "name": "ZJControllerKit",
43       "dependencies": {
44         "Masonry": [
46         ],
47         "ZJKitTool/ZJGeneraMacros": [
49         ]
50       },
51       "source_files": "ZJKitTool/ZJControllerKit/*.{h,m}"
52     },
53     {
54       "name": "ZJChain",
55       "dependencies": {
56         "Masonry": [
58         ]
59       },
60       "source_files": "ZJKitTool/ZJChain/*.{h,m}"
61     },
62     {
63       "name": "ZJKit",
64       "source_files": "ZJKitTool/ZJKit/*.{h,m}"
65     },
66     {
67       "name": "ZJKitMasonry",
68       "dependencies": {
69         "Masonry": [
71         ],
72         "ZJKitTool/ZJGeneraMacros": [
74         ]
75       },
76       "source_files": "ZJKitTool/ZJKitMasonry/*.{h,m}"
77     },
78     {
79       "name": "ZJPopupView",
80       "dependencies": {
81         "Masonry": [
83         ]
84       },
85       "source_files": "ZJKitTool/ZJPopupView/*.{h,m}"
86     },
87     {
88       "name": "ZJCategory",
89       "source_files": "ZJKitTool/ZJCategory/ZJCategory.h",
90       "subspecs": [
91         {
92           "name": "UIKit",
93           "dependencies": {
94             "MBProgressHUD": [
96             ]
97           },
98           "source_files": "ZJKitTool/ZJCategory/UIKit/*.{h,m}"
99         },
100         {
101           "name": "Object",
102           "source_files": "ZJKitTool/ZJCategory/Object/*.{h,m}"
103         }
104       ]
105     },
106     {
107       "name": "ZJPickerView",
108       "source_files": "ZJKitTool/ZJPickerView/*.{h,m}",
109       "resources": "ZJKitTool/ZJPickerView/ZJPickerViewBundle.bundle"
110     },
111     {
112       "name": "ZJTool",
113       "source_files": "ZJKitTool/ZJTool/*.{h,m}"
114     }
115   ]