blob: f20ad8fb3ad49a07e905370b0c6422dbd9c9ac49 [file] [log] [blame]
{
"name": "GifResizer",
"version": "1.0.0",
"summary": "An easy way to resize a gif.",
"homepage": "https://github.com/gbarcena/GifResizer",
"license": "MIT",
"authors": {
"Gustavo": "gustavo@barcena.me"
},
"source": {
"git": "https://github.com/gbarcena/GifResizer.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "GifResizer/Source/*",
"frameworks": [
"UIKit",
"MobileCoreServices",
"ImageIO"
]
}