[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 6 / e / URLImage / 2.1.8 / URLImage.podspec.json
blobf4eca5020e52275c624629b7ed9caf9b256454f7
2   "name": "URLImage",
3   "version": "2.1.8",
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": "2.1.8"
14   },
15   "source_files": [
16     "Sources",
17     "Sources/**/*.{swift}"
18   ],
19   "exclude_files": "Tests",
20   "swift_versions": "5.3",
21   "platforms": {
22     "ios": "13.0",
23     "tvos": "13.0",
24     "osx": "10.15",
25     "watchos": "6.0"
26   },
27   "subspecs": [
28     {
29       "name": "RemoteContentView",
30       "source_files": "Dependencies/Sources/RemoteContentView/**/*.{swift}"
31     },
32     {
33       "name": "ImageDecoder",
34       "source_files": "Dependencies/Sources/ImageDecoder/**/*.{swift}"
35     },
36     {
37       "name": "FileIndex",
38       "source_files": "Dependencies/Sources/FileIndex/**/*.{swift}",
39       "dependencies": {
40         "URLImage/Log": [
42         ],
43         "URLImage/PlainDatabase": [
45         ],
46         "URLImage/Common": [
48         ]
49       }
50     },
51     {
52       "name": "PlainDatabase",
53       "source_files": "Dependencies/Sources/PlainDatabase/**/*.{swift}"
54     },
55     {
56       "name": "DownloadManager",
57       "source_files": "Dependencies/Sources/DownloadManager/**/*.{swift}",
58       "dependencies": {
59         "URLImage/Log": [
61         ]
62       }
63     },
64     {
65       "name": "Common",
66       "source_files": "Dependencies/Sources/Common/**/*.{swift}"
67     },
68     {
69       "name": "Log",
70       "source_files": "Dependencies/Sources/Log/**/*.{swift}"
71     }
72   ],
73   "swift_version": "5.3"