blob: 03541c2bd595fec7d752a219a4fd06fa8a9e53ef [file] [log] [blame]
{
"name": "WPWebImage",
"version": "0.0.3",
"summary": "Swift Asynchronous image downloader with cache support as a UIImageView category.",
"description": "Swift Asynchronous image downloader with cache support as a UIImageView category\nand the summary must be longer than the description",
"homepage": "https://github.com/wupengnash/WPWebImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wupeng": "wupengnash@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wupengnash/WPWebImage.git",
"tag": "0.0.3"
},
"source_files": [
"WPWebImage",
"WPWebImage/Lib/WPWebImage/*.{swift}"
]
}