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