blob: 23c36044616570d4ab47f37d6ef7c99b7ff2ce7a [file] [log] [blame]
{
"name": "MultipartUpload",
"version": "0.1.0",
"summary": "MultipartUpload is designed to simplify large file background upload for iOS",
"description": "Multipart upload handles the complexity in cutting up large files, queuing and background uploading them for you.\n\nIt requires a sibling implementation on the server end to accept the multipart upload and stitch it together.\n\nFor example: https://github.com/Anamico/S3StreamThru\nWhich is a node express middleware that handles streaming the upload directly to an S3 bucket server side before the\ncompleted file URL on S3 is passed on to the express route as a completed upload for processing by the server.",
"homepage": "https://github.com/anamico/MultipartUploadSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"macinspak": "roo@roo.emu.id.au"
},
"source": {
"git": "https://github.com/anamico/MultipartUploadSwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "MultipartUpload/Classes/**/*"
}