blob: 5ef4662664d96904c7b8cdfd29fceecca57417eb [file] [log] [blame]
{
"name": "AmazonS3RequestManager-JettF",
"module_name": "AmazonS3RequestManager",
"version": "1.3.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/JettF/AmazonS3RequestManager-JettF",
"social_media_url": "http://twitter.com/AnthonyMDev",
"authors": {
"Anthony Miller": "AnthonyMDev@gmail.com",
"Jett Farmer": "JettFDev@gmail.com"
},
"source": {
"git": "https://github.com/JettF/AmazonS3RequestManager-JettF.git",
"tag": "1.3.1"
},
"ios": {
"frameworks": "MobileCoreServices"
},
"tvos": {
"frameworks": "MobileCoreServices"
},
"osx": {
"frameworks": "CoreServices"
},
"platforms": {
"ios": "8.0",
"tvos": "10.1",
"osx": "10.10"
},
"source_files": "Source/*.{h,m,swift}",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"SWXMLHash": [
"~> 4.2"
]
},
"pushed_with_swift_version": "4.0"
}