blob: d3c0fe69c3b52b6185113e6840d50baf3a87fd31 [file] [log] [blame]
{
"name": "SwiftyImageIO",
"version": "0.3.0",
"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.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"ImageIO"
]
}