blob: fb07da5de27a3899dc9e4a4cf484a9c44b5cc7f1 [file] [log] [blame]
{
"name": "ZFGifDecoder",
"version": "2.0.0",
"summary": "ZFGifDecoder is an object-c gif framework.",
"description": "ZFGifDecoder 是一个object-c 的gif动画加载库.方便使用处理gif动画",
"homepage": "https://git.oschina.net/zify/ZFGifDecoder",
"license": "Apache License, Version 2.0",
"authors": {
"zhaoliang": "zhaol2014@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://git.oschina.net/zify/ZFGifDecoder.git",
"tag": "2.0.0"
},
"source_files": "ZFGifDecoder/**/*.{h,m}",
"public_header_files": "ZFGifDecoder/**/*.h",
"frameworks": [
"UIKit",
"ImageIO"
],
"requires_arc": true
}