blob: be84dc050486764c65a31ede8afcccb1625bddd8 [file] [log] [blame]
{
"name": "YTGifImageView",
"platforms": {
"ios": "7.0"
},
"version": "1.0.0",
"license": "MIT",
"summary": "custom view used to display gif",
"homepage": "https://github.com/songyutao/YTGifImageView.git",
"authors": {
"宋玉涛": "iamsongyutao@163.com"
},
"source": {
"git": "https://github.com/songyutao/YTGifImageView.git",
"tag": "1.0.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "YTGifImageView",
"source_files": "YTGifImageView/YTGifImageView",
"frameworks": [
"UIKit",
"ImageIO"
],
"dependencies": {
"YTTool": [
]
}
}
]
}