blob: 7c7a48e3916b58c6e4a95da8a2d24cb6c06d7eea [file] [log] [blame]
{
"name": "ImageLoader",
"version": "0.15.0",
"summary": "A lightweight and fast image loader for iOS written in Swift.",
"description": "ImageLoader is an instrument for asynchronous image loading written in Swift. It is a lightweight and fast image loader for iOS.",
"homepage": "https://github.com/hirohisa/ImageLoaderSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hirohisa Kawasaki": "hirohisa.kawasaki@gmail.com"
},
"source": {
"git": "https://github.com/hirohisa/ImageLoaderSwift.git",
"tag": "0.15.0"
},
"source_files": "ImageLoader/**/*.swift",
"requires_arc": true,
"platforms": {
"ios": "10.0"
}
}