blob: c62c8198c4662e7253215ae79d8700281e4e51dc [file] [log] [blame]
{
"name": "AmazonS3RequestManager",
"version": "0.5.1",
"license": "MIT",
"summary": "A Alamofire based request manager that serializes requests to the AWS S3 (Amazon Simple Storage Solution). Based on AFAmazonS3Manager",
"homepage": "https://github.com/AnthonyMDev/AmazonS3RequestManager",
"social_media_url": "http://twitter.com/AnthonyMDev",
"authors": {
"Anthony Miller": "AnthonyMDev@gmail.com"
},
"source": {
"git": "https://github.com/AnthonyMDev/AmazonS3RequestManager.git",
"tag": "0.5.1"
},
"frameworks": [
"Foundation",
"MobileCoreServices"
],
"platforms": {
"ios": "8.0"
},
"source_files": "AmazonS3RequestManager/*.{h,m,swift}",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.3"
]
}
}