[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 4 / 5 / 8 / YLCategory-MacOS / 1.0.9 / YLCategory-MacOS.podspec.json
blobf97b3d6c234c206d67ecccc392fb238bf5ba45d2
2   "name": "YLCategory-MacOS",
3   "version": "1.0.9",
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.9"
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": "NSArray",
29       "source_files": "YLCategory-MacOS/NSArray/*.{h,m}"
30     },
31     {
32       "name": "NSWindow",
33       "source_files": "YLCategory-MacOS/NSWindow/*.{h,m}"
34     },
35     {
36       "name": "NSScreen",
37       "source_files": "YLCategory-MacOS/NSScreen/*.{h,m}"
38     },
39     {
40       "name": "NSView",
41       "source_files": "YLCategory-MacOS/NSView/*.{h,m}"
42     },
43     {
44       "name": "NSTextField",
45       "source_files": "YLCategory-MacOS/NSTextField/*.{h,m}"
46     },
47     {
48       "name": "NSString",
49       "source_files": "YLCategory-MacOS/NSString/*.{h,m}"
50     },
51     {
52       "name": "NSObject",
53       "source_files": "YLCategory-MacOS/NSObject/*.{h,m}"
54     },
55     {
56       "name": "NSImage",
57       "source_files": "YLCategory-MacOS/NSImage/*.{h,m}"
58     },
59     {
60       "name": "NSDate",
61       "source_files": "YLCategory-MacOS/NSDate/*.{h,m}"
62     },
63     {
64       "name": "NSControl",
65       "source_files": "YLCategory-MacOS/NSControl/*.{h,m}"
66     },
67     {
68       "name": "NSButton",
69       "source_files": "YLCategory-MacOS/NSButton/*.{h,m}",
70       "dependencies": {
71         "YLCategory-MacOS/NSControl": [
73         ]
74       }
75     },
76     {
77       "name": "NSAlert",
78       "source_files": "YLCategory-MacOS/NSAlert/*.{h,m}"
79     },
80     {
81       "name": "NSResponder",
82       "source_files": "YLCategory-MacOS/NSResponder/*.{h,m}",
83       "dependencies": {
84         "YLCategory-MacOS/Other": [
86         ]
87       }
88     },
89     {
90       "name": "NSColor",
91       "source_files": "YLCategory-MacOS/NSColor/*.{h,m}"
92     },
93     {
94       "name": "NSImageView",
95       "source_files": "YLCategory-MacOS/NSImageView/*.{h,m}"
96     },
97     {
98       "name": "YLProgressHUD",
99       "source_files": "YLCategory-MacOS/YLProgressHUD/*.{h,m}",
100       "resources": "YLCategory-MacOS/YLProgressHUD/YLProgressHUD.bundle",
101       "dependencies": {
102         "YLCategory-MacOS/Other": [
104         ]
105       }
106     },
107     {
108       "name": "YLShortcutView",
109       "source_files": "YLCategory-MacOS/YLShortcutView/*.{h,m}",
110       "resources": "YLCategory-MacOS/YLShortcutView/Resources/*",
111       "dependencies": {
112         "YLCategory-MacOS/YLProgressHUD": [
114         ],
115         "MASShortcut": [
116           "~>2.4.0"
117         ]
118       }
119     },
120     {
121       "name": "YLUserDefaults",
122       "source_files": "YLCategory-MacOS/YLUserDefaults/*.{h,m}"
123     },
124     {
125       "name": "YLWeakTimer",
126       "source_files": "YLCategory-MacOS/YLWeakTimer/*.{h,m}",
127       "dependencies": {
128         "YLCategory-MacOS/Other": [
130         ]
131       }
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/Resource/*",
141       "dependencies": {
142         "YLCategory-MacOS/YLProgressHUD": [
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   ]