From be1ed5be25740b608e887e72860348aafbc9dee5 Mon Sep 17 00:00:00 2001 From: yulong000 Date: Fri, 22 Nov 2024 02:07:10 +0100 Subject: [PATCH] [Add] YLCategory-MacOS 1.1.5 --- .../1.1.5/YLCategory-MacOS.podspec.json | 188 +++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 Specs/4/5/8/YLCategory-MacOS/1.1.5/YLCategory-MacOS.podspec.json diff --git a/Specs/4/5/8/YLCategory-MacOS/1.1.5/YLCategory-MacOS.podspec.json b/Specs/4/5/8/YLCategory-MacOS/1.1.5/YLCategory-MacOS.podspec.json new file mode 100644 index 000000000000..2c94f8308816 --- /dev/null +++ b/Specs/4/5/8/YLCategory-MacOS/1.1.5/YLCategory-MacOS.podspec.json @@ -0,0 +1,188 @@ +{ + "name": "YLCategory-MacOS", + "version": "1.1.5", + "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.1.5" + }, + "source_files": "YLCategory-MacOS/YLCategory.h", + "requires_arc": true, + "subspecs": [ + { + "name": "Other", + "source_files": "YLCategory-MacOS/Other/*.{h,m}" + }, + { + "name": "NSArray", + "source_files": "YLCategory-MacOS/NSArray/*.{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": "YLHud", + "source_files": "YLCategory-MacOS/YLHud/*.{h,m}", + "resources": "YLCategory-MacOS/YLHud/Resources/*", + "dependencies": { + "YLCategory-MacOS/Other": [ + + ] + } + }, + { + "name": "YLShortcutView", + "source_files": "YLCategory-MacOS/YLShortcutView/**/*.{h,m}", + "resources": "YLCategory-MacOS/YLShortcutView/Resources/*", + "dependencies": { + "YLCategory-MacOS/YLHud": [ + + ] + } + }, + { + "name": "YLUserDefaults", + "source_files": "YLCategory-MacOS/YLUserDefaults/*.{h,m}" + }, + { + "name": "YLWeakTimer", + "source_files": "YLCategory-MacOS/YLWeakTimer/*.{h,m}" + }, + { + "name": "YLCollectionView", + "source_files": "YLCategory-MacOS/YLCollectionView/*.{h,m}" + }, + { + "name": "YLAppleScript", + "source_files": "YLCategory-MacOS/YLAppleScript/*.{h,m}", + "resources": "YLCategory-MacOS/YLAppleScript/Resources/*", + "dependencies": { + "YLCategory-MacOS/YLHud": [ + + ] + } + }, + { + "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}" + }, + { + "name": "YLUtility", + "source_files": "YLCategory-MacOS/YLUtility/*.{h,m}" + }, + { + "name": "YLUpdateManager", + "source_files": "YLCategory-MacOS/YLUpdateManager/*.{h,m}", + "resources": "YLCategory-MacOS/YLUpdateManager/Resources/*" + }, + { + "name": "YLAppRating", + "source_files": "YLCategory-MacOS/YLAppRating/*.{h,m}" + }, + { + "name": "YLWindowButton", + "source_files": "YLCategory-MacOS/YLWindowButton/*.{h,m}" + }, + { + "name": "YLLanguage", + "source_files": "YLCategory-MacOS/YLLanguage/*.{h,m}", + "resources": "YLCategory-MacOS/YLLanguage/Resources/*" + }, + { + "name": "YLPermissionManager", + "source_files": "YLCategory-MacOS/YLPermissionManager/*.{h,m}", + "resources": "YLCategory-MacOS/YLPermissionManager/Resources/*" + }, + { + "name": "YLAppleReview", + "source_files": "YLCategory-MacOS/YLAppleReview/*.{h,m}" + }, + { + "name": "YLFileAccess", + "source_files": "YLCategory-MacOS/YLFileAccess/**/*.{h,m}", + "resources": "YLCategory-MacOS/YLFileAccess/Resources/*" + } + ] +} -- 2.11.4.GIT