blob: fcbb17a2b9e469805c3bb7289524cc1007961981 [file] [log] [blame]
{
"name": "Jiffy",
"version": "1.0.1",
"summary": "Easy animated images for Swift!",
"description": "Jiffy makes working with animated images (.gif / .apng) a breeze.\nWhile there are a lot of libraries out there that\naccomplish something similar, most of them are usually\nplagued with un-needed features and performance issues.\nJiffy aims to be a small & simple animated image\nlibrary with little-to-no performance overhead.",
"homepage": "https://github.com/mitchtreece/Jiffy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mitch Treece": "mitchtreece@me.com"
},
"source": {
"git": "https://github.com/mitchtreece/Jiffy.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/MitchTreece",
"platforms": {
"ios": "8.0"
},
"source_files": "Jiffy/Classes/**/*"
}