-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b7034e
commit bf7365f
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |