From 51e6a608b94b2cfb2bce7a6dad780c7366821586 Mon Sep 17 00:00:00 2001 From: Leszek S Date: Sat, 25 Jan 2025 22:43:50 +0100 Subject: [PATCH] [Add] CodableStorage 1.0.1 --- .../CodableStorage/1.0.1/CodableStorage.podspec.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Specs/2/e/f/CodableStorage/1.0.1/CodableStorage.podspec.json diff --git a/Specs/2/e/f/CodableStorage/1.0.1/CodableStorage.podspec.json b/Specs/2/e/f/CodableStorage/1.0.1/CodableStorage.podspec.json new file mode 100644 index 000000000000..95eade4f45b8 --- /dev/null +++ b/Specs/2/e/f/CodableStorage/1.0.1/CodableStorage.podspec.json @@ -0,0 +1,19 @@ +{ + "name": "CodableStorage", + "version": "1.0.1", + "summary": "Easy to use key-value storage for objects conforming to the Codable protocol, backed by Core Data.", + "homepage": "https://github.com/leszek-s/CodableStorage", + "license": "MIT", + "authors": "Leszek S", + "source": { + "git": "https://github.com/leszek-s/CodableStorage.git", + "tag": "1.0.1" + }, + "platforms": { + "ios": "12.0", + "osx": "10.15" + }, + "source_files": "CodableStorage", + "swift_versions": "5.0", + "swift_version": "5.0" +} -- 2.11.4.GIT