[Add] AlibabacloudQuanMiaoLightApp20240801 2.2.0
[CocoaPods.git] / Specs / f / c / d / S3BucketImage / 1.0.2 / S3BucketImage.podspec.json
blob092949e6312ca4507dd6df192353c6128b20de94
2   "name": "S3BucketImage",
3   "version": "1.0.2",
4   "summary": "Base on SDWebImage, S3BucketImage could help to download Amazon s3 bucket image",
5   "description": "Signing and Authenticating REST Requests from Amazon s3 bucket. And download image by SDWebImage.",
6   "homepage": "https://gitlab.com/i2wleoshu/s3bucketimage.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Leo_hsu": "i2wleoshu@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_version": "4.0",
18   "source": {
19     "git": "https://gitlab.com/i2wleoshu/s3bucketimage.git",
20     "tag": "1.0.2"
21   },
22   "source_files": "S3BucketImage/Source/**/*.swift",
23   "dependencies": {
24     "SDWebImage": [
25       "~> 4.0"
26     ]
27   }