[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 4 / 5 / 8 / YLCategory-MacOS / 0.0.3 / YLCategory-MacOS.podspec.json
bloba76f36af5e635ada4607f7f617ddbacf4841ec6f
2   "name": "YLCategory-MacOS",
3   "version": "0.0.3",
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.13"
15   },
16   "source": {
17     "git": "https://github.com/yulong000/YLCategory-MacOS.git",
18     "tag": "0.0.3"
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": "NSViewController",
33       "source_files": "YLCategory-MacOS/NSViewController/*.{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": "NSImageView",
53       "source_files": "YLCategory-MacOS/NSImageView/*.{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   ]