blob: bf3ee8c2b7d2c1d0a26a5616037000601ec8ecf9 [file] [log] [blame]
{
"name": "AmazonS3RequestManager",
"version": "1.1.0",
"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": "1.1.0"
},
"ios": {
"frameworks": "MobileCoreServices"
},
"osx": {
"frameworks": "CoreServices"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Source/*.{h,m,swift}",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"SWXMLHash": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}