blob: 2ca6a2b9ca8f73a1c5a935100b5bb88ceaeb5101 [file] [log] [blame]
{
"name": "MXImageLoader",
"version": "0.1.0",
"summary": "Simple and efficient image loader.",
"description": "Asynchronously download images and support request cancellation. WebImageView and TableViewCell are respectively a UIImageView and a UITableViewCell subclass with lazy-loading capabilities.",
"homepage": "https://github.com/maxep/ImageLoader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxime Epain": "maxime.epain@gmail.com"
},
"source": {
"git": "https://github.com/maxep/ImageLoader.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/MaximeEpain",
"platforms": {
"ios": "8.0"
},
"source_files": "ImageLoader/*.swift"
}