blob: 9ace90f8d295282f580361bc67510095a1467211 [file] [log] [blame]
{
"name": "GIFGenerator",
"version": "0.2.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.2.0"
},
"social_media_url": "https://twitter.com/DuUrso",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GIFGenerator": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"ImageIO",
"MobileCoreServices"
]
}