blob: 3444eaba03ac728222aaa5d4edce4eb98e162296 [file] [log] [blame]
{
"name": "RuAWSS3",
"version": "0.1.0-beta",
"summary": "Ridiculously Uncomplicated AWS S3",
"description": "This pod abstracts the (unnecessarily) complicated Amazon's official library for S3.\nAlso, asynchronous calls are encapsulated with PromiseKit.",
"homepage": "https://github.com/brunomacabeusbr/RuAWSS3",
"screenshots": "http://i.imgur.com/ubPEHUL.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Macabeus": "bruno.macabeus@gmail.com"
},
"source": {
"git": "https://github.com/brunomacabeusbr/RuAWSS3.git",
"tag": "0.1.0-beta"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RuAWSS3/Classes/**/*",
"dependencies": {
"AWSS3": [
"~> 2.4.16"
],
"PromiseKit": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}