blob: 65542456cd8f9b4058e2a0acd2309b6ac08a9aea [file] [log] [blame]
{
"name": "Zoetrope",
"version": "3.1.1",
"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 subclass 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": "3.1.1"
},
"social_media_url": "https://twitter.com/JanGorman",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "Zoetrope/**/*.swift",
"frameworks": [
"ImageIO",
"MobileCoreServices",
"CoreGraphics"
]
}