[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / f / 3 / MultipartUpload / 0.1.0 / MultipartUpload.podspec.json
blob23c36044616570d4ab47f37d6ef7c99b7ff2ce7a
2   "name": "MultipartUpload",
3   "version": "0.1.0",
4   "summary": "MultipartUpload is designed to simplify large file background upload for iOS",
5   "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.",
6   "homepage": "https://github.com/anamico/MultipartUploadSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "macinspak": "roo@roo.emu.id.au"
13   },
14   "source": {
15     "git": "https://github.com/anamico/MultipartUploadSwift.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "MultipartUpload/Classes/**/*"