blob: a59e354ded3c841130fd7fc59d97c41f1050febf [file] [log] [blame]
{
"name": "GQImageDownloader",
"version": "1.0.5",
"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.5"
},
"requires_arc": true,
"default_subspecs": "Core",
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"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"
}
}
]
}