From eec211e36d5b5bfd7af378ccd5dfae404ded5e98 Mon Sep 17 00:00:00 2001 From: yulong000 Date: Thu, 5 Jan 2023 09:48:35 +0100 Subject: [PATCH] [Add] YLProgressHUD 0.0.2 --- .../YLProgressHUD/0.0.2/YLProgressHUD.podspec.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Specs/b/c/c/YLProgressHUD/0.0.2/YLProgressHUD.podspec.json diff --git a/Specs/b/c/c/YLProgressHUD/0.0.2/YLProgressHUD.podspec.json b/Specs/b/c/c/YLProgressHUD/0.0.2/YLProgressHUD.podspec.json new file mode 100644 index 000000000000..07c754ef7b9c --- /dev/null +++ b/Specs/b/c/c/YLProgressHUD/0.0.2/YLProgressHUD.podspec.json @@ -0,0 +1,24 @@ +{ + "name": "YLProgressHUD", + "version": "0.0.2", + "summary": "macos开发,hud显示", + "homepage": "https://github.com/yulong000/YLProgressHUD.git", + "license": "MIT", + "authors": { + "魏宇龙": "weiyulong1987@163.com" + }, + "platforms": { + "osx": "10.14" + }, + "source": { + "git": "https://github.com/yulong000/YLProgressHUD.git", + "tag": "0.0.2" + }, + "resources": "YLProgressHUD/YLProgressHUD/YLProgressHUD.bundle", + "source_files": [ + "YLProgressHUD/YLProgressHUD/*.{h,m}", + "YLProgressHUD/YLProgressHUD/YLProgressHUD.bundle" + ], + "public_header_files": "YLProgressHUD/YLProgressHUD/YLProgressHUD.h", + "requires_arc": true +} -- 2.11.4.GIT