blob: 23e24f0e42eb815721eddee406a750867329ce52 [file] [log] [blame]
{
"name": "SwiftyImageIO",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"Foundation",
"ImageIO"
]
}