blob: 84364d17e0046922dc45956b3c4c97337d091202 [file] [log] [blame]
{
"name": "WPWebImage",
"version": "0.0.1",
"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.1"
},
"source_files": [
"WPWebImage",
"WPWebImage/Lib/WPWebImage/*.{swift}"
]
}