From a9073583959204f565dd4f249287c30f86bea205 Mon Sep 17 00:00:00 2001 From: yulong000 Date: Wed, 13 Mar 2024 05:34:57 +0100 Subject: [PATCH] [Add] YLCategory-MacOS 1.0.8 --- .../1.0.8/YLCategory-MacOS.podspec.json | 156 +++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 Specs/4/5/8/YLCategory-MacOS/1.0.8/YLCategory-MacOS.podspec.json diff --git a/Specs/4/5/8/YLCategory-MacOS/1.0.8/YLCategory-MacOS.podspec.json b/Specs/4/5/8/YLCategory-MacOS/1.0.8/YLCategory-MacOS.podspec.json new file mode 100644 index 000000000000..0bfb2a0d8e3b --- /dev/null +++ b/Specs/4/5/8/YLCategory-MacOS/1.0.8/YLCategory-MacOS.podspec.json @@ -0,0 +1,156 @@ +{ + "name": "YLCategory-MacOS", + "version": "1.0.8", + "summary": "macos app开发常用分类", + "homepage": "https://github.com/yulong000/YLCategory-MacOS", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "魏宇龙": "weiyulong1987@163.com" + }, + "platforms": { + "osx": "10.14" + }, + "source": { + "git": "https://github.com/yulong000/YLCategory-MacOS.git", + "tag": "1.0.8" + }, + "source_files": "YLCategory-MacOS/YLCategory.h", + "requires_arc": true, + "subspecs": [ + { + "name": "Other", + "source_files": "YLCategory-MacOS/Other/*.{h,m}" + }, + { + "name": "NSWindow", + "source_files": "YLCategory-MacOS/NSWindow/*.{h,m}" + }, + { + "name": "NSScreen", + "source_files": "YLCategory-MacOS/NSScreen/*.{h,m}" + }, + { + "name": "NSView", + "source_files": "YLCategory-MacOS/NSView/*.{h,m}" + }, + { + "name": "NSTextField", + "source_files": "YLCategory-MacOS/NSTextField/*.{h,m}" + }, + { + "name": "NSString", + "source_files": "YLCategory-MacOS/NSString/*.{h,m}" + }, + { + "name": "NSObject", + "source_files": "YLCategory-MacOS/NSObject/*.{h,m}" + }, + { + "name": "NSImage", + "source_files": "YLCategory-MacOS/NSImage/*.{h,m}" + }, + { + "name": "NSDate", + "source_files": "YLCategory-MacOS/NSDate/*.{h,m}" + }, + { + "name": "NSControl", + "source_files": "YLCategory-MacOS/NSControl/*.{h,m}" + }, + { + "name": "NSButton", + "source_files": "YLCategory-MacOS/NSButton/*.{h,m}", + "dependencies": { + "YLCategory-MacOS/NSControl": [ + + ] + } + }, + { + "name": "NSAlert", + "source_files": "YLCategory-MacOS/NSAlert/*.{h,m}" + }, + { + "name": "NSResponder", + "source_files": "YLCategory-MacOS/NSResponder/*.{h,m}", + "dependencies": { + "YLCategory-MacOS/Other": [ + + ] + } + }, + { + "name": "NSColor", + "source_files": "YLCategory-MacOS/NSColor/*.{h,m}" + }, + { + "name": "NSImageView", + "source_files": "YLCategory-MacOS/NSImageView/*.{h,m}" + }, + { + "name": "YLProgressHUD", + "source_files": "YLCategory-MacOS/YLProgressHUD/*.{h,m}", + "resources": "YLCategory-MacOS/YLProgressHUD/YLProgressHUD.bundle", + "dependencies": { + "YLCategory-MacOS/Other": [ + + ] + } + }, + { + "name": "YLShortcutView", + "source_files": "YLCategory-MacOS/YLShortcutView/*.{h,m}", + "resources": "YLCategory-MacOS/YLShortcutView/Resources/*", + "dependencies": { + "YLCategory-MacOS/YLProgressHUD": [ + + ], + "MASShortcut": [ + "~>2.4.0" + ] + } + }, + { + "name": "YLUserDefaults", + "source_files": "YLCategory-MacOS/YLUserDefaults/*.{h,m}" + }, + { + "name": "YLWeakTimer", + "source_files": "YLCategory-MacOS/YLWeakTimer/*.{h,m}", + "dependencies": { + "YLCategory-MacOS/Other": [ + + ] + } + }, + { + "name": "YLCollectionView", + "source_files": "YLCategory-MacOS/YLCollectionView/*.{h,m}" + }, + { + "name": "YLAppleScript", + "source_files": "YLCategory-MacOS/YLAppleScript/*.{h,m}", + "resources": "YLCategory-MacOS/YLAppleScript/Resource/*", + "dependencies": { + "YLCategory-MacOS/YLProgressHUD": [ + + ] + } + }, + { + "name": "YLFlipView", + "source_files": "YLCategory-MacOS/YLFlipView/*.{h,m}" + }, + { + "name": "YLCFNotificationManager", + "source_files": "YLCategory-MacOS/YLCFNotificationManager/*.{h,m}" + }, + { + "name": "YLControl", + "source_files": "YLCategory-MacOS/YLControl/*.{h,m}" + } + ] +} -- 2.11.4.GIT