[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / c / d / S3BucketImage / 1.0.0 / S3BucketImage.podspec.json
blobbf67d1bc257d327b3887ee5cf01341e9190f67d0
2   "name": "S3BucketImage",
3   "version": "1.0.0",
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": "http://EXAMPLE/S3BucketImage",
7   "license": "MIT",
8   "authors": {
9     "Leo_hsu": "i2wleoshu@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://gitlab.com/i2wleoshu/s3bucketimage.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "S3BucketImage/Source/**/*.swift",
19   "dependencies": {
20     "SDWebImage": [
21       "~> 4.0"
22     ]
23   }