[Add] YLCategory-MacOS 0.0.5
[CocoaPods.git] / Specs / 4 / 5 / 8 / YLCategory-MacOS / 0.0.5 / YLCategory-MacOS.podspec.json
blob6d738082d99fe37cf1440e33b89eac4580a5a516
2   "name": "YLCategory-MacOS",
3   "version": "0.0.5",
4   "summary": "macos app开发常用分类",
5   "homepage": "https://github.com/yulong000/YLCategory-MacOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "魏宇龙": "weiyulong1987@163.com"
12   },
13   "platforms": {
14     "osx": "10.14"
15   },
16   "source": {
17     "git": "https://github.com/yulong000/YLCategory-MacOS.git",
18     "tag": "0.0.5"
19   },
20   "source_files": "YLCategory-MacOS/YLCategory.h",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Other",
25       "source_files": "YLCategory-MacOS/Other/*.{h,m}"
26     },
27     {
28       "name": "NSWindow",
29       "source_files": "YLCategory-MacOS/NSWindow/*.{h,m}"
30     },
31     {
32       "name": "NSView",
33       "source_files": "YLCategory-MacOS/NSView/*.{h,m}"
34     },
35     {
36       "name": "NSTextField",
37       "source_files": "YLCategory-MacOS/NSTextField/*.{h,m}"
38     },
39     {
40       "name": "NSString",
41       "source_files": "YLCategory-MacOS/NSString/*.{h,m}"
42     },
43     {
44       "name": "NSObject",
45       "source_files": "YLCategory-MacOS/NSObject/*.{h,m}"
46     },
47     {
48       "name": "NSImage",
49       "source_files": "YLCategory-MacOS/NSImage/*.{h,m}"
50     },
51     {
52       "name": "NSDate",
53       "source_files": "YLCategory-MacOS/NSDate/*.{h,m}"
54     },
55     {
56       "name": "NSControl",
57       "source_files": "YLCategory-MacOS/NSControl/*.{h,m}"
58     },
59     {
60       "name": "NSButton",
61       "source_files": "YLCategory-MacOS/NSButton/*.{h,m}",
62       "dependencies": {
63         "YLCategory-MacOS/NSControl": [
65         ]
66       }
67     },
68     {
69       "name": "NSAlert",
70       "source_files": "YLCategory-MacOS/NSAlert/*.{h,m}"
71     },
72     {
73       "name": "NSResponder",
74       "source_files": "YLCategory-MacOS/NSResponder/*.{h,m}"
75     },
76     {
77       "name": "NSColor",
78       "source_files": "YLCategory-MacOS/NSColor/*.{h,m}"
79     },
80     {
81       "name": "NSImageView",
82       "source_files": "YLCategory-MacOS/NSImageView/*.{h,m}"
83     },
84     {
85       "name": "YLProgressHUD",
86       "source_files": "YLCategory-MacOS/YLProgressHUD/*.{h,m}",
87       "resources": "YLCategory-MacOS/YLProgressHUD/YLProgressHUD.bundle",
88       "dependencies": {
89         "YLCategory-MacOS/Other": [
91         ]
92       }
93     }
94   ]