[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 6 / ZJKitTool / 2.1.5 / ZJKitTool.podspec.json
blob0dd622d485a3a3e03df7d1cb5ff5163af52e97ad
2   "name": "ZJKitTool",
3   "version": "2.1.5",
4   "summary": "ZJKitTool是一个对UIK封装的框架",
5   "description": "ZJKitTool是一个对UIK封装的框架,添加多种方便的工具类",
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.1.5"
20   },
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "source_files": "ZJKitTool/ZJHelperKit.h",
24   "public_header_files": "ZJKitTool/ZJHelperKit.h",
25   "dependencies": {
26     "Masonry": [
28     ],
29     "MBProgressHUD": [
31     ],
32     "YYCategories": [
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "ZJGenneralMacros",
39       "source_files": "ZJKitTool/ZJGenneralMacros/*.{h,m}"
40     },
41     {
42       "name": "ZJControllerKit",
43       "dependencies": {
44         "Masonry": [
46         ]
47       },
48       "source_files": "ZJKitTool/ZJControllerKit/*.{h,m}"
49     },
50     {
51       "name": "ZJKit",
52       "source_files": "ZJKitTool/ZJKit/*.{h,m}"
53     },
54     {
55       "name": "ZJKitMasonry",
56       "dependencies": {
57         "Masonry": [
59         ]
60       },
61       "source_files": "ZJKitTool/ZJKitMasonry/*.{h,m}"
62     },
63     {
64       "name": "ZJCategory",
65       "source_files": "ZJKitTool/ZJCategory/ZJCategory.h",
66       "subspecs": [
67         {
68           "name": "UIKit",
69           "dependencies": {
70             "MBProgressHUD": [
72             ]
73           },
74           "source_files": "ZJKitTool/ZJCategory/UIKit/*.{h,m}"
75         },
76         {
77           "name": "Object",
78           "source_files": "ZJKitTool/ZJCategory/Object/*.{h,m}"
79         }
80       ]
81     },
82     {
83       "name": "ZJTool",
84       "source_files": "ZJKitTool/ZJTool/*.{h,m}"
85     }
86   ]