[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 6 / 5 / ImageURLLoader / 1.0.0 / ImageURLLoader.podspec.json
blob05998d65a93c4398dcd020e445060935cec33d8d
2   "name": "ImageURLLoader",
3   "version": "1.0.0",
4   "summary": "ImageURLLoader is an utility class to simplify loading of image by imageURL.",
5   "platforms": {
6     "ios": "12.0"
7   },
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",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "xuwei": "email.xuwei@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/xuwei/ImageURLLoader.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "ImageURLLoader/**/*",
23   "exclude_files": "ImageURLLoader/*.plist",
24   "public_header_files": "ImageURLLoader/**/*.h",
25   "swift_version": "5.0"