From 555f8d47474858aa7ba9fe39a83a0b1823e7867a Mon Sep 17 00:00:00 2001 From: leebiao Date: Fri, 28 Jun 2024 11:40:34 +0200 Subject: [PATCH] [Add] DXPCategoryLib 1.0.0 --- .../1.0.0/DXPCategoryLib.podspec.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Specs/0/9/5/DXPCategoryLib/1.0.0/DXPCategoryLib.podspec.json diff --git a/Specs/0/9/5/DXPCategoryLib/1.0.0/DXPCategoryLib.podspec.json b/Specs/0/9/5/DXPCategoryLib/1.0.0/DXPCategoryLib.podspec.json new file mode 100644 index 000000000000..cd957ea4ce73 --- /dev/null +++ b/Specs/0/9/5/DXPCategoryLib/1.0.0/DXPCategoryLib.podspec.json @@ -0,0 +1,25 @@ +{ + "name": "DXPCategoryLib", + "version": "1.0.0", + "summary": "DXP Category.", + "description": "DXP Category Lib", + "homepage": "https://github.com/HelloGitHub123/DXPCategoryLib", + "license": "MIT", + "authors": { + "李标": "li.biao3@iwhalecloud.com" + }, + "platforms": { + "ios": "12.0" + }, + "source": { + "git": "https://github.com/HelloGitHub123/DXPCategoryLib.git", + "tag": "1.0.0" + }, + "source_files": "DXPCategory/**/*.{h,m}", + "dependencies": { + "SVGKit": [ + + ] + }, + "requires_arc": true +} -- 2.11.4.GIT