blob: d659aa7808effbb7251cd274cb1172a73e9e653a [file] [log] [blame]
{
"name": "GIFGenerator",
"version": "0.3.0",
"summary": "Generate animated GIF in iOS",
"description": "Generates a GIF (from images and videos) file and saves it to an specific URL\n- Set frame delays\n- Set loop count",
"homepage": "https://github.com/eduardourso/GIFGenerator",
"license": "MIT",
"authors": {
"Eduardo Urso": "eduardourso@gmail.com"
},
"source": {
"git": "https://github.com/eduardourso/GIFGenerator.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/DuUrso",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"ImageIO",
"MobileCoreServices"
],
"pushed_with_swift_version": "3.0"
}