From 5c6ea9a519dbed1577e85304cc3d64ded57ad9a4 Mon Sep 17 00:00:00 2001 From: yulong000 Date: Thu, 21 Nov 2024 12:09:33 +0100 Subject: [PATCH] [Delete] YLCategory-MacOS 1.1.5 --- .../1.1.5/YLCategory-MacOS.podspec.json | 188 --------------------- 1 file changed, 188 deletions(-) delete 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 deleted file mode 100644 index 2c94f8308816..000000000000 --- a/Specs/4/5/8/YLCategory-MacOS/1.1.5/YLCategory-MacOS.podspec.json +++ /dev/null @@ -1,188 +0,0 @@ -{ - "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