From 00581ce6d0693aa0db8feafaaad3fcf6050e1043 Mon Sep 17 00:00:00 2001 From: intsig171 Date: Fri, 5 Jul 2024 12:19:28 +0200 Subject: [PATCH] [Add] SmartCodable 4.1.1 --- .../6/SmartCodable/4.1.1/SmartCodable.podspec.json | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Specs/5/c/6/SmartCodable/4.1.1/SmartCodable.podspec.json diff --git a/Specs/5/c/6/SmartCodable/4.1.1/SmartCodable.podspec.json b/Specs/5/c/6/SmartCodable/4.1.1/SmartCodable.podspec.json new file mode 100644 index 000000000000..44c7fc8fa5da --- /dev/null +++ b/Specs/5/c/6/SmartCodable/4.1.1/SmartCodable.podspec.json @@ -0,0 +1,27 @@ +{ + "name": "SmartCodable", + "version": "4.1.1", + "summary": "数据解析库", + "homepage": "https://github.com/intsig171", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "Mccc": "mancong@bertadata.com" + }, + "source": { + "git": "https://github.com/intsig171/SmartCodable.git", + "tag": "4.1.1" + }, + "platforms": { + "ios": "11.0", + "tvos": "12.0", + "osx": "10.13", + "watchos": "5.0", + "visionos": "1.0" + }, + "swift_versions": "5.0", + "source_files": "SmartCodable/Classes/**/*", + "swift_version": "5.0" +} -- 2.11.4.GIT