blob: c19763f749da7d4125f8fafe8dcf1a726c7295da [file] [log] [blame]
{
"name": "ImageCacheDemo",
"version": "0.0.1",
"summary": "ImageCache Demo.",
"description": "WebImageView Cache Demo",
"homepage": "https://github.com/SylarZing/ZCWebImageCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SylarZing": "344847204@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/SylarZing/ZCWebImageCache.git",
"tag": "0.0.1"
},
"source_files": [
"UIImageViewCache",
"ImageCacheDemo/UIImageViewCache/**/*.{h,m}"
],
"exclude_files": "UIImageViewCache/Exclude",
"public_header_files": [
"ImageCacheDemo/UIImageViewCache/UIImageView+Cache.h",
"ImageCacheDemo/UIImageViewCache/**/*.h"
],
"requires_arc": true
}