blob: 8f32aa821bf856a3a760552c32ed79481ee3793f [file] [log] [blame]
{
"name": "SwiftyImageIO",
"version": "0.4.0",
"swift_versions": [
"5.1",
"5.1"
],
"summary": "A swift wrapper around ImageIO framework",
"description": "Provides an easy interface to ImageIO framework.",
"homepage": "https://github.com/diejmon/SwiftyImageIO",
"license": "MIT",
"authors": {
"Alexander Belyavskiy": "diejmon@gmail.com"
},
"source": {
"git": "https://github.com/diejmon/SwiftyImageIO.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "13.0",
"osx": "10.13",
"tvos": "13.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"ImageIO"
],
"swift_version": "5.1"
}