2 "name": "SimpleAsyncImage",
6 "swift_versions": "5.0",
8 "summary": "Simple iOS 13 AsyncImage",
9 "description": "iOS >= 13 AsyncImage with the following characteristics:\n\n- Loads the image when te view appears in the screen\n- Cancel download request when it disappears\n- (optional) in-memory cache to avoid too many URLRequest\n- Thread safe\n- Concurrency handling to avoid duplicate URLRequest\n- Automatically reload when connectivity is regained\n- Automatic retry when URLRequest fails",
10 "homepage": "https://github.com/MarcBiosca/AsyncImage.git",
16 "MarcBiosca": "marc@dostresdos.com"
19 "git": "https://github.com/MarcBiosca/AsyncImage.git",
22 "source_files": "Sources/AsyncImage/**/*",
23 "swift_version": "5.0"