blob: 378b9ed1a337fd4c39054f026cbad897abb4669d [file] [log] [blame]
{
"name": "SimpleS3",
"version": "0.0.1",
"summary": "Thin wrapper for handling S3 in swift.",
"description": "Thin wrapper for handling S3 in swift\nEasier than ever to handle S3 in swift.",
"homepage": "https://github.com/kazuooooo/SimpleS3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kazuooooo": "matsumotokazuya7@gmail.com"
},
"source": {
"git": "https://github.com/kazuooooo/SimpleS3.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleS3/Classes/**/*",
"swift_versions": "5.2",
"dependencies": {
"AWSS3": [
"~> 2.13.0"
],
"AWSCognito": [
"~> 2.13.0"
]
},
"swift_version": "5.2"
}