blob: 9b78ce2c831abf859cf4cb448a5f4792689b2fa9 [file] [log] [blame]
{
"name": "GifLoadingView",
"version": "0.1.2",
"summary": "直接加载Gif图片的LodingView",
"description": "基于SDWebImage和SVProgressHUD实现的加载Gif图片的HUD",
"homepage": "https://github.com/onexf/GifLoadingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"onexf": "630850673@qq.com"
},
"source": {
"git": "https://github.com/onexf/GifLoadingView.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GifLoadingView/Classes/**/*",
"dependencies": {
"SDWebImage": [
],
"SVProgressHUD": [
]
}
}