blob: 8896dc37c7a3f3248e070603624bd7c53bef280a [file] [log] [blame]
{
"name": "LazyImageView",
"version": "0.1.1",
"summary": "LazyImageView loads images from server URL asynchronously to UIImageView.",
"description": "LazyImageView is a simple extension to the UIImageView to load images from URL asynchronously.",
"homepage": "https://github.com/m-maaz-ul-haq/LazyImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Muhammad Maaz Ul Haq": "m.maazulhaq@yahoo.com"
},
"source": {
"git": "https://github.com/m-maaz-ul-haq/LazyImageView.git",
"tag": "0.1.1"
},
"social_media_url": "https://www.facebook.com/m.maazulhaq",
"platforms": {
"ios": "8.0"
},
"source_files": "LazyImageView/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"AlamofireImage": [
]
},
"pushed_with_swift_version": "3.0"
}