[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / c / 0 / JZDevHelper / 0.1.4 / JZDevHelper.podspec.json
blob7b5f40e009a73e69bcff75eb7f73403b472f3450
2   "name": "JZDevHelper",
3   "version": "0.1.4",
4   "summary": "JZDevHelper",
5   "description": "JZDevHelper App开发常用的Category/工具类/宏等",
6   "homepage": "https://github.com/zzzzzyijie/JZDevHelper",
7   "license": "MIT",
8   "authors": {
9     "Jacky Zeng": "jackiezeng01@163.com"
10   },
11   "source": {
12     "git": "https://github.com/zzzzzyijie/JZDevHelper.git",
13     "tag": "0.1.4"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "source_files": "JZDevHelper/JZDevHelper.h",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "Category",
27       "subspecs": [
28         {
29           "name": "Foundation",
30           "source_files": "JZDevHelper/Category/Foundation/*.{h,m}"
31         },
32         {
33           "name": "UIKit",
34           "source_files": "JZDevHelper/Category/UIKit/*.{h,m}"
35         }
36       ]
37     },
38     {
39       "name": "Macro",
40       "dependencies": {
41         "JZDevHelper/Category/Foundation": [
43         ],
44         "JZDevHelper/Category/UIKit": [
46         ],
47         "JZDevHelper/Tool": [
49         ]
50       },
51       "source_files": "JZDevHelper/Macro/*.{h,m}"
52     },
53     {
54       "name": "Tool",
55       "source_files": "JZDevHelper/Tool/*.{h,m}"
56     },
57     {
58       "name": "Util",
59       "source_files": "JZDevHelper/Util/*.{h,m}"
60     }
61   ]