From 1775af7921ff2f8bf6cd75da76c1e9bdd05f1843 Mon Sep 17 00:00:00 2001 From: "Mr.RisingSun" <13535471825@163.com> Date: Thu, 21 Nov 2024 09:13:41 +0100 Subject: [PATCH] [Add] RSControllerKit 0.1.3 --- .../0.1.3/RSControllerKit.podspec.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Specs/9/3/2/RSControllerKit/0.1.3/RSControllerKit.podspec.json diff --git a/Specs/9/3/2/RSControllerKit/0.1.3/RSControllerKit.podspec.json b/Specs/9/3/2/RSControllerKit/0.1.3/RSControllerKit.podspec.json new file mode 100644 index 000000000000..2f768d518e85 --- /dev/null +++ b/Specs/9/3/2/RSControllerKit/0.1.3/RSControllerKit.podspec.json @@ -0,0 +1,24 @@ +{ + "name": "RSControllerKit", + "version": "0.1.3", + "summary": "Encapsulate a basic project framework!", + "swift_versions": "5.0", + "description": "TODO: Add long description of the pod here.", + "homepage": "https://github.com/geniusZhangXu/RSControllerKit", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "Mr.RisingSun": "13535471825@163.com" + }, + "source": { + "git": "https://github.com/geniusZhangXu/RSControllerKit.git", + "tag": "0.1.3" + }, + "platforms": { + "ios": "13.0" + }, + "source_files": "RSControllerKit/Classes/**/*", + "swift_version": "5.0" +} -- 2.11.4.GIT