blob: 8597fe950ecd9111044d098cf9f3635450fd2b11 [file] [log] [blame]
{
"name": "GIFImageView",
"version": "0.1.0",
"summary": "A swift3 Library to support GIF for UIImageView.",
"description": "GIFImageView is a simple UIImageView subclass with GIF support. It is Interface builder designable.",
"homepage": "https://github.com/medhaj/GIFImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Med Hajlaoui": "mouhamed.hajlaoui@gmail.com"
},
"source": {
"git": "https://github.com/medhaj/GIFImageView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/medhajlaoui",
"platforms": {
"ios": "8.0"
},
"source_files": "GIFImageView/Classes/**/*",
"frameworks": [
"UIKit",
"ImageIO"
],
"pushed_with_swift_version": "3.0"
}