blob: bb237ebfba589501e3f92d88541cfa766683e715 [file] [log] [blame]
{
"name": "GQImageDownloader",
"version": "1.0.3",
"summary": "图片下载工具",
"homepage": "https://github.com/g763007297/GQImageDownloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"developer_高": "763007297@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/g763007297/GQImageDownloader.git",
"tag": "1.0.3"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "GQImageDownloader/**/*.{h,m}"
},
{
"name": "WebP",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GQ_WEBP=1"
},
"dependencies": {
"GQImageDownloader/Core": [
]
},
"ios": {
"vendored_frameworks": "GQImageDownloader/GQThirdPart/WebP.framework"
}
}
]
}