blob: 51a586176d81efe5b9d3f92078334a8f6087bd6d [file] [log] [blame]
{
"name": "ImageFX",
"version": "0.1.3",
"summary": "Image Effects",
"description": "Image Effects in Swift.\nPowered by Metal through PixelKit.",
"homepage": "http://pixelkit.dev",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hexagons": "anton@hexagons.se"
},
"social_media_url": "https://twitter.com/anton_hexagons",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/hexagons/imagefx.git",
"branch": "master",
"tag": "0.1.3"
},
"source_files": [
"Sources/ImageFX",
"Sources/ImageFX/**/*.swift"
],
"dependencies": {
"LiveValues": [
"~> 1.1.7"
],
"RenderKit": [
"~> 0.3.8"
],
"PixelKit": [
"~> 1.0.1"
]
},
"swift_version": "5.1"
}