[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 5 / 8 / YLCategory-MacOS / 1.1.6 / YLCategory-MacOS.podspec.json
blobd6e9e0b80000982364c4fe75063601af9f10914c
2   "name": "YLCategory-MacOS",
3   "version": "1.1.6",
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": "1.1.6"
19   },
20   "source_files": "YLCategory-MacOS/YLCategory.h",
21   "requires_arc": true,
22   "swift_versions": [
23     "5.0"
24   ],
25   "subspecs": [
26     {
27       "name": "Other",
28       "source_files": "YLCategory-MacOS/Other/**/*.{h,m,swift}",
29       "dependencies": {
30         "YLCategory-MacOS/NSView": [
32         ]
33       }
34     },
35     {
36       "name": "NSArray",
37       "source_files": "YLCategory-MacOS/NSArray/*.{h,m}"
38     },
39     {
40       "name": "NSWindow",
41       "source_files": "YLCategory-MacOS/NSWindow/*.{h,m}"
42     },
43     {
44       "name": "NSScreen",
45       "source_files": "YLCategory-MacOS/NSScreen/*.{h,m}"
46     },
47     {
48       "name": "NSView",
49       "source_files": "YLCategory-MacOS/NSView/*.{h,m}"
50     },
51     {
52       "name": "NSTextField",
53       "source_files": "YLCategory-MacOS/NSTextField/*.{h,m}"
54     },
55     {
56       "name": "NSString",
57       "source_files": "YLCategory-MacOS/NSString/*.{h,m}"
58     },
59     {
60       "name": "NSObject",
61       "source_files": "YLCategory-MacOS/NSObject/*.{h,m}"
62     },
63     {
64       "name": "NSImage",
65       "source_files": "YLCategory-MacOS/NSImage/*.{h,m}"
66     },
67     {
68       "name": "NSDate",
69       "source_files": "YLCategory-MacOS/NSDate/*.{h,m}"
70     },
71     {
72       "name": "NSControl",
73       "source_files": "YLCategory-MacOS/NSControl/*.{h,m}"
74     },
75     {
76       "name": "NSButton",
77       "source_files": "YLCategory-MacOS/NSButton/*.{h,m}",
78       "dependencies": {
79         "YLCategory-MacOS/NSControl": [
81         ]
82       }
83     },
84     {
85       "name": "NSAlert",
86       "source_files": "YLCategory-MacOS/NSAlert/*.{h,m}"
87     },
88     {
89       "name": "NSResponder",
90       "source_files": "YLCategory-MacOS/NSResponder/*.{h,m}",
91       "dependencies": {
92         "YLCategory-MacOS/Other": [
94         ]
95       }
96     },
97     {
98       "name": "NSColor",
99       "source_files": "YLCategory-MacOS/NSColor/*.{h,m}"
100     },
101     {
102       "name": "NSImageView",
103       "source_files": "YLCategory-MacOS/NSImageView/*.{h,m}"
104     },
105     {
106       "name": "YLHud",
107       "source_files": "YLCategory-MacOS/YLHud/*.{h,m}",
108       "resources": "YLCategory-MacOS/YLHud/Resources/*",
109       "dependencies": {
110         "YLCategory-MacOS/Other": [
112         ]
113       }
114     },
115     {
116       "name": "YLShortcutView",
117       "source_files": "YLCategory-MacOS/YLShortcutView/**/*.{h,m}",
118       "resources": "YLCategory-MacOS/YLShortcutView/Resources/*",
119       "dependencies": {
120         "YLCategory-MacOS/YLHud": [
122         ]
123       }
124     },
125     {
126       "name": "YLUserDefaults",
127       "source_files": "YLCategory-MacOS/YLUserDefaults/*.{h,m}"
128     },
129     {
130       "name": "YLWeakTimer",
131       "source_files": "YLCategory-MacOS/YLWeakTimer/*.{h,m}"
132     },
133     {
134       "name": "YLCollectionView",
135       "source_files": "YLCategory-MacOS/YLCollectionView/*.{h,m}"
136     },
137     {
138       "name": "YLAppleScript",
139       "source_files": "YLCategory-MacOS/YLAppleScript/*.{h,m}",
140       "resources": "YLCategory-MacOS/YLAppleScript/Resources/*",
141       "dependencies": {
142         "YLCategory-MacOS/YLHud": [
144         ]
145       }
146     },
147     {
148       "name": "YLFlipView",
149       "source_files": "YLCategory-MacOS/YLFlipView/*.{h,m}"
150     },
151     {
152       "name": "YLCFNotificationManager",
153       "source_files": "YLCategory-MacOS/YLCFNotificationManager/*.{h,m}"
154     },
155     {
156       "name": "YLControl",
157       "source_files": "YLCategory-MacOS/YLControl/*.{h,m}"
158     },
159     {
160       "name": "YLUtility",
161       "source_files": "YLCategory-MacOS/YLUtility/*.{h,m}"
162     },
163     {
164       "name": "YLUpdateManager",
165       "source_files": "YLCategory-MacOS/YLUpdateManager/*.{h,m}",
166       "resources": "YLCategory-MacOS/YLUpdateManager/Resources/*"
167     },
168     {
169       "name": "YLAppRating",
170       "source_files": "YLCategory-MacOS/YLAppRating/*.{h,m}"
171     },
172     {
173       "name": "YLWindowButton",
174       "source_files": "YLCategory-MacOS/YLWindowButton/*.{h,m}"
175     },
176     {
177       "name": "YLLanguage",
178       "source_files": "YLCategory-MacOS/YLLanguage/*.{h,m}",
179       "resources": "YLCategory-MacOS/YLLanguage/Resources/*"
180     },
181     {
182       "name": "YLPermissionManager",
183       "source_files": "YLCategory-MacOS/YLPermissionManager/*.{h,m}",
184       "resources": "YLCategory-MacOS/YLPermissionManager/Resources/*"
185     },
186     {
187       "name": "YLAppleReview",
188       "source_files": "YLCategory-MacOS/YLAppleReview/*.{h,m}"
189     },
190     {
191       "name": "YLFileAccess",
192       "source_files": "YLCategory-MacOS/YLFileAccess/**/*.{h,m}",
193       "resources": "YLCategory-MacOS/YLFileAccess/Resources/*"
194     }
195   ],
196   "swift_version": "5.0"