blob: f29f63a1ebb20be280a63155cc17a8d08b315b93 [file] [log] [blame]
{
"name": "S3BucketImage",
"version": "1.0.3",
"summary": "Base on SDWebImage, S3BucketImage could help to download Amazon s3 bucket image",
"description": "Signing and Authenticating REST Requests from Amazon s3 bucket. And download image by SDWebImage.",
"homepage": "https://gitlab.com/i2wleoshu/s3bucketimage.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo_hsu": "i2wleoshu@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source": {
"git": "https://gitlab.com/i2wleoshu/s3bucketimage.git",
"branch": "master",
"tag": "1.0.3"
},
"source_files": "S3BucketImage/Source/**/*.swift",
"dependencies": {
"SDWebImage": [
"~> 4.0"
]
}
}