blob: 5f84439fe7725f3dae7464f12da108867fcd3fc6 [file] [log] [blame]
{
"name": "AnimatedImage",
"version": "0.1.0",
"summary": "UIImageView subclass optimized for handling animated images.",
"description": "AnimatedImageView is a UIImageView subclass optimized for displaying GIF images with low memory cost and CPU usage.",
"homepage": "https://github.com/tikoyesayan/AnimatedImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tigran Yesayan": "tikoyes94@gmail.com"
},
"source": {
"git": "https://github.com/tikoyesayan/AnimatedImage.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AnimatedImage/Classes/**/*",
"pushed_with_swift_version": "3.0"
}