From bf7365f48b0c907039e6af8b73440786ff5b3322 Mon Sep 17 00:00:00 2001 From: VAndrJ Date: Sat, 7 Sep 2024 23:22:19 +0200 Subject: [PATCH] [Add] VATextureKit 2.3.0 --- .../2.3.0/VATextureKit.podspec.json | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Specs/3/b/2/VATextureKit/2.3.0/VATextureKit.podspec.json diff --git a/Specs/3/b/2/VATextureKit/2.3.0/VATextureKit.podspec.json b/Specs/3/b/2/VATextureKit/2.3.0/VATextureKit.podspec.json new file mode 100644 index 000000000000000..607d3872cbc3ddc --- /dev/null +++ b/Specs/3/b/2/VATextureKit/2.3.0/VATextureKit.podspec.json @@ -0,0 +1,37 @@ +{ + "name": "VATextureKit", + "version": "2.3.0", + "summary": "Texture library wrapper.", + "description": "This library is designed to make it easier to work with Texture.\nIt provides an easier syntax and includes modern features to make developing faster.", + "homepage": "https://github.com/VAndrJ/VATextureKit", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "Volodymyr Andriienko": "vandrjios@gmail.com" + }, + "source": { + "git": "https://github.com/VAndrJ/VATextureKit.git", + "tag": "2.3.0" + }, + "platforms": { + "ios": "14.0" + }, + "source_files": "VATextureKit/Classes/**/*.swift", + "resource_bundles": { + "VATextureKitPrivacyInfo": [ + "VATextureKit/Classes/PrivacyInfo.xcprivacy" + ] + }, + "dependencies": { + "Texture": [ + "~> 3.2.0" + ], + "VATextureKitSpec": [ + "2.3.0" + ] + }, + "swift_versions": "5.10", + "swift_version": "5.10" +}