blob: f1cdc2205fdae32fd665a0b23669d82f938a9674 [file] [log] [blame]
{
"name": "GofWebImageLib",
"version": "0.0.1",
"summary": "网络图片加载库",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LeeGof": "ligfufida@gmail.com"
},
"homepage": "https://github.com/LeeGof/GofWebImageLib.git",
"description": "网络图片加载静态库",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"source": {
"git": "https://github.com/LeeGof/GofWebImageLib.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "GofWebImage.framework",
"source_files": "GofWebImage/*.h",
"dependencies": {
"SDWebImageFLPlugin": [
"0.3.0"
]
}
}