[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 6 / ZJKitTool / 2.3.2 / ZJKitTool.podspec.json
blob4a8a164f1f6c04b167109de56a5f1d7e98edbdde
2   "name": "ZJKitTool",
3   "version": "2.3.2",
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": "dengzj@canplay.com.cn"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Dzhijian/ZJKitTool.git",
19     "tag": "2.3.2"
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": "ZJKit",
55       "source_files": "ZJKitTool/ZJKit/*.{h,m}"
56     },
57     {
58       "name": "ZJKitMasonry",
59       "dependencies": {
60         "Masonry": [
62         ],
63         "ZJKitTool/ZJGeneraMacros": [
65         ]
66       },
67       "source_files": "ZJKitTool/ZJKitMasonry/*.{h,m}"
68     },
69     {
70       "name": "ZJCategory",
71       "source_files": "ZJKitTool/ZJCategory/ZJCategory.h",
72       "subspecs": [
73         {
74           "name": "UIKit",
75           "dependencies": {
76             "MBProgressHUD": [
78             ]
79           },
80           "source_files": "ZJKitTool/ZJCategory/UIKit/*.{h,m}"
81         },
82         {
83           "name": "Object",
84           "source_files": "ZJKitTool/ZJCategory/Object/*.{h,m}"
85         }
86       ]
87     },
88     {
89       "name": "ZJPickerView",
90       "source_files": "ZJKitTool/ZJPickerView/*.{h,m}",
91       "resources": "ZJKitTool/ZJPickerView/ZJPickerViewBundle.bundle"
92     },
93     {
94       "name": "ZJTool",
95       "source_files": "ZJKitTool/ZJTool/*.{h,m}"
96     }
97   ]