blob: e38e6483b55f7cea8b44bbf7e6f6a5ccaf47a2fb [file] [log] [blame]
{
"name": "Jiffy",
"version": "1.0.0",
"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.0"
},
"social_media_url": "https://twitter.com/MitchTreece",
"platforms": {
"ios": "9.0"
},
"source_files": "Jiffy/Classes/**/*"
}