[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 4 / 5 / 8 / YLCategory-MacOS / 1.0.6 / YLCategory-MacOS.podspec.json
blob1488e67445affb28491ca2e7a9f370e050bfb0b3
2   "name": "YLCategory-MacOS",
3   "version": "1.0.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.0.6"
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": "NSScreen",
33       "source_files": "YLCategory-MacOS/NSScreen/*.{h,m}"
34     },
35     {
36       "name": "NSView",
37       "source_files": "YLCategory-MacOS/NSView/*.{h,m}"
38     },
39     {
40       "name": "NSTextField",
41       "source_files": "YLCategory-MacOS/NSTextField/*.{h,m}"
42     },
43     {
44       "name": "NSString",
45       "source_files": "YLCategory-MacOS/NSString/*.{h,m}"
46     },
47     {
48       "name": "NSObject",
49       "source_files": "YLCategory-MacOS/NSObject/*.{h,m}"
50     },
51     {
52       "name": "NSImage",
53       "source_files": "YLCategory-MacOS/NSImage/*.{h,m}"
54     },
55     {
56       "name": "NSDate",
57       "source_files": "YLCategory-MacOS/NSDate/*.{h,m}"
58     },
59     {
60       "name": "NSControl",
61       "source_files": "YLCategory-MacOS/NSControl/*.{h,m}"
62     },
63     {
64       "name": "NSButton",
65       "source_files": "YLCategory-MacOS/NSButton/*.{h,m}",
66       "dependencies": {
67         "YLCategory-MacOS/NSControl": [
69         ]
70       }
71     },
72     {
73       "name": "NSAlert",
74       "source_files": "YLCategory-MacOS/NSAlert/*.{h,m}"
75     },
76     {
77       "name": "NSResponder",
78       "source_files": "YLCategory-MacOS/NSResponder/*.{h,m}",
79       "dependencies": {
80         "YLCategory-MacOS/Other": [
82         ]
83       }
84     },
85     {
86       "name": "NSColor",
87       "source_files": "YLCategory-MacOS/NSColor/*.{h,m}"
88     },
89     {
90       "name": "NSImageView",
91       "source_files": "YLCategory-MacOS/NSImageView/*.{h,m}"
92     },
93     {
94       "name": "YLProgressHUD",
95       "source_files": "YLCategory-MacOS/YLProgressHUD/*.{h,m}",
96       "resources": "YLCategory-MacOS/YLProgressHUD/YLProgressHUD.bundle",
97       "dependencies": {
98         "YLCategory-MacOS/Other": [
100         ]
101       }
102     },
103     {
104       "name": "YLShortcutView",
105       "source_files": "YLCategory-MacOS/YLShortcutView/*.{h,m}",
106       "resources": "YLCategory-MacOS/YLShortcutView/Resources/*",
107       "dependencies": {
108         "YLCategory-MacOS/YLProgressHUD": [
110         ],
111         "MASShortcut": [
112           "~>2.4.0"
113         ]
114       }
115     },
116     {
117       "name": "YLUserDefaults",
118       "source_files": "YLCategory-MacOS/YLUserDefaults/*.{h,m}"
119     },
120     {
121       "name": "YLWeakTimer",
122       "source_files": "YLCategory-MacOS/YLWeakTimer/*.{h,m}",
123       "dependencies": {
124         "YLCategory-MacOS/Other": [
126         ]
127       }
128     },
129     {
130       "name": "YLCollectionView",
131       "source_files": "YLCategory-MacOS/YLCollectionView/*.{h,m}"
132     },
133     {
134       "name": "YLAppleScript",
135       "source_files": "YLCategory-MacOS/YLAppleScript/*.{h,m}",
136       "resources": "YLCategory-MacOS/YLAppleScript/Resource/*",
137       "dependencies": {
138         "YLCategory-MacOS/YLProgressHUD": [
140         ]
141       }
142     },
143     {
144       "name": "YLFlipView",
145       "source_files": "YLCategory-MacOS/YLFlipView/*.{h,m}"
146     },
147     {
148       "name": "YLCFNotificationManager",
149       "source_files": "YLCategory-MacOS/YLCFNotificationManager/*.{h,m}"
150     },
151     {
152       "name": "YLControl",
153       "source_files": "YLCategory-MacOS/YLControl/*.{h,m}"
154     }
155   ]