From 3f78cb95497cbcf2da3ddd12be148e3b13b400f0 Mon Sep 17 00:00:00 2001 From: yulong000 Date: Wed, 11 Dec 2024 10:36:48 +0100 Subject: [PATCH] [Delete] YLCategory-MacOS 1.1.6 --- .../1.1.6/YLCategory-MacOS.podspec.json | 197 --------------------- 1 file changed, 197 deletions(-) delete mode 100644 Specs/4/5/8/YLCategory-MacOS/1.1.6/YLCategory-MacOS.podspec.json diff --git a/Specs/4/5/8/YLCategory-MacOS/1.1.6/YLCategory-MacOS.podspec.json b/Specs/4/5/8/YLCategory-MacOS/1.1.6/YLCategory-MacOS.podspec.json deleted file mode 100644 index d6e9e0b80000..000000000000 --- a/Specs/4/5/8/YLCategory-MacOS/1.1.6/YLCategory-MacOS.podspec.json +++ /dev/null @@ -1,197 +0,0 @@ -{ - "name": "YLCategory-MacOS", - "version": "1.1.6", - "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.6" - }, - "source_files": "YLCategory-MacOS/YLCategory.h", - "requires_arc": true, - "swift_versions": [ - "5.0" - ], - "subspecs": [ - { - "name": "Other", - "source_files": "YLCategory-MacOS/Other/**/*.{h,m,swift}", - "dependencies": { - "YLCategory-MacOS/NSView": [ - - ] - } - }, - { - "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/*" - } - ], - "swift_version": "5.0" -} -- 2.11.4.GIT