[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 6 / ZJKitTool / 2.4.2 / ZJKitTool.podspec.json
blob0e43f2c3e8083b8bd16c14659638079377ab41a9
2   "name": "ZJKitTool",
3   "version": "2.4.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.4.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": "ZJPopupView",
71       "dependencies": {
72         "Masonry": [
74         ]
75       },
76       "source_files": "ZJKitTool/ZJPopupView/*.{h,m}"
77     },
78     {
79       "name": "ZJCategory",
80       "source_files": "ZJKitTool/ZJCategory/ZJCategory.h",
81       "subspecs": [
82         {
83           "name": "UIKit",
84           "dependencies": {
85             "MBProgressHUD": [
87             ]
88           },
89           "source_files": "ZJKitTool/ZJCategory/UIKit/*.{h,m}"
90         },
91         {
92           "name": "Object",
93           "source_files": "ZJKitTool/ZJCategory/Object/*.{h,m}"
94         }
95       ]
96     },
97     {
98       "name": "ZJPickerView",
99       "source_files": "ZJKitTool/ZJPickerView/*.{h,m}",
100       "resources": "ZJKitTool/ZJPickerView/ZJPickerViewBundle.bundle"
101     },
102     {
103       "name": "ZJTool",
104       "source_files": "ZJKitTool/ZJTool/*.{h,m}"
105     }
106   ]