[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 6 / e / URLImage / 0.9.9 / URLImage.podspec.json
blobe969be1f1d88e7dcf78107b678c5383fca6df56a
2   "name": "URLImage",
3   "version": "0.9.9",
4   "summary": "SwiftUI Image view that displays an image downloaded from URL.",
5   "description": "URLImage is a SwiftUI view that displays an image downloaded from provided URL. URLImage manages downloading remote image and caching it locally, both in memory and on disk, for you.",
6   "homepage": "https://github.com/dmytro-anokhin/url-image",
7   "license": "MIT",
8   "authors": {
9     "Dmytro Anokhin": "5136301+dmytro-anokhin@users.noreply.github.com"
10   },
11   "source": {
12     "git": "https://github.com/dmytro-anokhin/url-image.git",
13     "tag": "0.9.9"
14   },
15   "source_files": [
16     "Sources",
17     "Sources/**/*.{swift}"
18   ],
19   "exclude_files": "Tests",
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "13.0",
23     "osx": "10.15"
24   },
25   "swift_version": "5.0"