[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 4 / 5 / 8 / YLCategory-MacOS / 1.1.1 / YLCategory-MacOS.podspec.json
blob9e32777b19eb6e349e2c03a822161d084a3d9b53
2   "name": "YLCategory-MacOS",
3   "version": "1.1.1",
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.1"
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     },
128     {
129       "name": "YLCollectionView",
130       "source_files": "YLCategory-MacOS/YLCollectionView/*.{h,m}"
131     },
132     {
133       "name": "YLAppleScript",
134       "source_files": "YLCategory-MacOS/YLAppleScript/*.{h,m}",
135       "resources": "YLCategory-MacOS/YLAppleScript/Resource/*",
136       "dependencies": {
137         "YLCategory-MacOS/YLProgressHUD": [
139         ]
140       }
141     },
142     {
143       "name": "YLFlipView",
144       "source_files": "YLCategory-MacOS/YLFlipView/*.{h,m}"
145     },
146     {
147       "name": "YLCFNotificationManager",
148       "source_files": "YLCategory-MacOS/YLCFNotificationManager/*.{h,m}"
149     },
150     {
151       "name": "YLControl",
152       "source_files": "YLCategory-MacOS/YLControl/*.{h,m}"
153     },
154     {
155       "name": "YLUtility",
156       "source_files": "YLCategory-MacOS/YLUtility/*.{h,m}"
157     }
158   ]