blob: 364ae525031d47b407caf842c0c1f0e4bd920803 [file] [log] [blame]
{
"name": "Zoetrope",
"version": "1.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": "1.0.1"
},
"social_media_url": "https://twitter.com/JanGorman",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift",
"frameworks": [
"ImageIO",
"MobileCoreServices",
"CoreGraphics"
]
}