blob: fb2783fb555fd9e82df4fe6f9e1f47807e90307d [file] [log] [blame]
{
"name": "Zoetrope",
"version": "3.0.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.0.1"
},
"social_media_url": "https://twitter.com/JanGorman",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "Pod/Classes/**/*.swift",
"frameworks": [
"ImageIO",
"MobileCoreServices",
"CoreGraphics"
]
}