[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / b / 5 / SimpleAsyncImage / 1.0.2 / SimpleAsyncImage.podspec.json
blob763ad0329f7053596e0c382c0451b7a93cf51034
2   "name": "SimpleAsyncImage",
3   "platforms": {
4     "ios": "13.0"
5   },
6   "swift_versions": "5.0",
7   "version": "1.0.2",
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",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "MarcBiosca": "marc@dostresdos.com"
17   },
18   "source": {
19     "git": "https://github.com/MarcBiosca/AsyncImage.git",
20     "tag": "1.0.2"
21   },
22   "source_files": "Sources/AsyncImage/**/*",
23   "swift_version": "5.0"