blob: 6dfa545c92287444649cd40febb701f215f18451 [file] [log] [blame]
{
"name": "ImageLoader",
"version": "0.8.1",
"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.8.1"
},
"source_files": "ImageLoader/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}