[Add] DGisFlutterMapSDK 12.3.0
[CocoaPods.git] / Specs / 4 / 5 / 8 / YLCategory-MacOS / 0.0.4 / YLCategory-MacOS.podspec.json
blobaaf833fa8ed6fa1cdff812bee2dec99f169eae6e
2   "name": "YLCategory-MacOS",
3   "version": "0.0.4",
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": "0.0.4"
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": "NSView",
33       "source_files": "YLCategory-MacOS/NSView/*.{h,m}"
34     },
35     {
36       "name": "NSTextField",
37       "source_files": "YLCategory-MacOS/NSTextField/*.{h,m}"
38     },
39     {
40       "name": "NSString",
41       "source_files": "YLCategory-MacOS/NSString/*.{h,m}"
42     },
43     {
44       "name": "NSObject",
45       "source_files": "YLCategory-MacOS/NSObject/*.{h,m}"
46     },
47     {
48       "name": "NSImage",
49       "source_files": "YLCategory-MacOS/NSImage/*.{h,m}"
50     },
51     {
52       "name": "NSDate",
53       "source_files": "YLCategory-MacOS/NSDate/*.{h,m}"
54     },
55     {
56       "name": "NSControl",
57       "source_files": "YLCategory-MacOS/NSControl/*.{h,m}"
58     },
59     {
60       "name": "NSButton",
61       "source_files": "YLCategory-MacOS/NSButton/*.{h,m}",
62       "dependencies": {
63         "YLCategory-MacOS/NSControl": [
65         ]
66       }
67     },
68     {
69       "name": "NSAlert",
70       "source_files": "YLCategory-MacOS/NSAlert/*.{h,m}"
71     },
72     {
73       "name": "NSResponder",
74       "source_files": "YLCategory-MacOS/NSResponder/*.{h,m}"
75     },
76     {
77       "name": "NSColor",
78       "source_files": "YLCategory-MacOS/NSColor/*.{h,m}",
79       "dependencies": {
80         "YLCategory-MacOS/Other": [
82         ]
83       }
84     },
85     {
86       "name": "YLProgressHUD",
87       "source_files": "YLCategory-MacOS/YLProgressHUD/*.{h,m}",
88       "resources": "YLCategory-MacOS/YLProgressHUD/YLProgressHUD.bundle",
89       "dependencies": {
90         "YLCategory-MacOS/Other": [
92         ]
93       }
94     }
95   ]