[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 6 / e / URLImage / 0.9.13 / URLImage.podspec.json
blobad13b78634face5d12c39add86fdb1fd856c53cb
2   "name": "URLImage",
3   "version": "0.9.13",
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.13"
14   },
15   "source_files": [
16     "Sources",
17     "Sources/**/*.{swift}"
18   ],
19   "exclude_files": "Tests",
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "11.0",
23     "tvos": "11.0",
24     "osx": "10.13",
25     "watchos": "4.0"
26   },
27   "swift_version": "5.0"