blob: f680d72a0d0ca28703b6ccfb473ce0db019e5e94 [file] [log] [blame]
{
"name": "ImageLoader",
"version": "0.3.3",
"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.\n",
"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.3.3"
},
"source_files": "ImageLoader/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}