[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 6 / ZJKitTool / 2.6.0 / ZJKitTool.podspec.json
blobbb7fc10ba1af512f9926ba4ecf423c6fc3f8557c
2   "name": "ZJKitTool",
3   "version": "2.6.0",
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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Dzhijian/ZJKitTool.git",
19     "tag": "2.6.0"
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": "ZJPopupView",
64       "dependencies": {
65         "Masonry": [
67         ]
68       },
69       "source_files": "ZJKitTool/ZJPopupView/*.{h,m}"
70     },
71     {
72       "name": "ZJCategory",
73       "source_files": "ZJKitTool/ZJCategory/ZJCategory.h",
74       "subspecs": [
75         {
76           "name": "UIKit",
77           "dependencies": {
78             "MBProgressHUD": [
80             ]
81           },
82           "source_files": "ZJKitTool/ZJCategory/UIKit/*.{h,m}"
83         },
84         {
85           "name": "Object",
86           "source_files": "ZJKitTool/ZJCategory/Object/*.{h,m}"
87         }
88       ]
89     },
90     {
91       "name": "ZJPickerView",
92       "source_files": "ZJKitTool/ZJPickerView/*.{h,m}",
93       "resources": "ZJKitTool/ZJPickerView/ZJPickerViewBundle.bundle"
94     },
95     {
96       "name": "ZJTool",
97       "source_files": "ZJKitTool/ZJTool/*.{h,m}"
98     }
99   ]