blob: 4793f1e29e1cc17314c7b86a62cd41362f4e0d41 [file] [log] [blame]
{
"name": "UIImageView-PlayGIF",
"version": "1.0.1",
"summary": "UIImageView category/subclass for playing GIF. Simple, high performance, low memory footprint.",
"homepage": "https://github.com/yfme/UIImageView-PlayGIF",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yfme": "yangfei.me@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/yfme/UIImageView-PlayGIF.git",
"tag": "1.0.1"
},
"source_files": "UIImageView-PlayGIF/UIImageView-PlayGIF/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"QuartzCore",
"ImageIO"
],
"requires_arc": true
}