blob: c266b265bfa5db143a0a53323e9fe9d1dd01b1d3 [file] [log] [blame]
{
"name": "RestLogger",
"version": "0.3.0",
"summary": "Simple service to log REST request HTTP responses to AWS S3",
"description": "Simple service to log REST request HTTP responses to AWS S3. It logs path, HTTP response code and platform",
"homepage": "https://github.com/jdstmporter/RestLogger_iOS.git",
"license": "BSD3",
"authors": {
"Julian Porter": "julian@jpembedded.solutions"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/jdstmporter/RestLogger_iOS.git",
"tag": "0.3.0"
},
"source_files": "restlogger/*.{swift}",
"dependencies": {
"AWSCognito": [
"~> 2.9.3"
],
"AWSCore": [
"~> 2.9.3"
],
"AWSS3": [
"~> 2.9.3"
]
}
}