blob: 89b7ec6fc51813ea3755a6b784f0b0918db93b51 [file] [log] [blame]
{
"name": "Zoetrope",
"version": "4.0.0",
"summary": "Animated gif image view with support for varying frame lengths written in Swift.",
"description": "Who doesn't love animated gifs. Zoetrope adds a UIImageView extension that displays animated images with support for \nvarying frame lengths. Simple.",
"homepage": "https://github.com/JanGorman/Zoetrope",
"license": "MIT",
"authors": {
"Jan Gorman": "gorman.jan@gmail.com"
},
"source": {
"git": "https://github.com/JanGorman/Zoetrope.git",
"tag": "4.0.0"
},
"social_media_url": "https://twitter.com/JanGorman",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "Zoetrope/**/*.swift",
"frameworks": [
"ImageIO",
"MobileCoreServices",
"CoreGraphics"
]
}