blob: d0f3be62c0872c14793251e24300f42fdd2bdac0 [file] [log] [blame]
{
"name": "ImageLoader",
"version": "0.10.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.10.1"
},
"source_files": "ImageLoader/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"SWIFT_VERSION": "2.3"
},
"pushed_with_swift_version": "2.3"
}