| { |
| "name": "KFSwiftImageLoader", |
| "version": "2.0.0", |
| "summary": "High-performance, lightweight, and energy-efficient pure Swift async web image loader with memory and disk caching for iOS and Watch.", |
| "homepage": "https://github.com/kiavashfaisali/KFSwiftImageLoader", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "kiavashfaisali": "kiavashfaisali@outlook.com" |
| }, |
| "platforms": { |
| "ios": "8.2" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/kiavashfaisali/KFSwiftImageLoader.git", |
| "tag": "2.0.0" |
| }, |
| "source_files": "KFSwiftImageLoader/*.swift" |
| } |