Skip to content

Commit

Permalink
[Add] VATextureKit 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VAndrJ authored and CocoaPodsBot committed Sep 7, 2024
1 parent 8b7034e commit bf7365f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Specs/3/b/2/VATextureKit/2.3.0/VATextureKit.podspec.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"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"
}

0 comments on commit bf7365f

Please sign in to comment.