| { |
| "name": "WPWebImage", |
| "version": "0.0.2", |
| "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.2" |
| }, |
| "source_files": [ |
| "WPWebImage", |
| "WPWebImage/Lib/WPWebImage/*.{swift}" |
| ] |
| } |