2 "name": "ImageURLLoader",
4 "summary": "ImageURLLoader is an utility class to simplify loading of image by imageURL.",
8 "swift_versions": "5.0",
9 "description": "ImageURLLoader is an utility class to simplify loading of image by imageURL. It is not an extension of UIImageView, as this approach leads to memory leak if the UIImageView is part of deallocated cell/view.",
10 "homepage": "https://github.com/xuwei/ImageURLLoader",
16 "xuwei": "email.xuwei@gmail.com"
19 "git": "https://github.com/xuwei/ImageURLLoader.git",
22 "source_files": "ImageURLLoader/**/*",
23 "exclude_files": "ImageURLLoader/*.plist",
24 "public_header_files": "ImageURLLoader/**/*.h",
25 "swift_version": "5.0"