2 "name": "ASHImageLoader",
4 "summary": "This pod loads images into the image view and cache them",
5 "swift_versions": "5.0",
6 "description": "The is a lightweight pod that provides a caching solution to the images that are downloaded from url for efficient performance.\nThe usage is quite simple:\n\nStep 1: //in your file\nimport ASHImageLoader\n\nStep 2: //can be used in following ways:\n\nlet imageUrl = \"https://myImageUrl\"\nlet myPlaceholderImage = UIImage(named: \"myPlaceholderImage\")\n\nUIImageView(url: imageUrl)\nUIImageView(url: imageUrl, placeholderImage: myPlaceholderImage)\n\n&\n\nlet image = UIImage()\n\nimage.loadImage(fromUrl: imageUrl)\nimage.loadImage(fromUrl: imageUrl, placeholderImage: myPlaceholderImage)",
7 "homepage": "https://github.com/sheikhamais/ASHImageLoader",
13 "sheikhamais@gmail.com": "amais.sheih@tangenttek.com"
16 "git": "https://github.com/sheikhamais/ASHImageLoader.git",
22 "source_files": "ASHImageLoader/Classes/**/*",
25 "ASHImageLoader/Assets/**"
28 "frameworks": "UIKit",
29 "swift_version": "5.0"