Skip to content

ky1vstar/MultipartKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Multipart

Documentation Team Chat MIT License Continuous Integration Swift 5.2 Twitter CocoaPods compatible SPM compatible

This library includes both encoder and decoder for multipart/form-data data. Source codes are owned by Vapor. I just decided to redistribute it as separate CocoaPods library and provide CI support.

Installation

CocoaPods

MultipartKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MultipartKit'

Swift Package Manager

To integrate using Apple's Swift Package Manager, add the following as a dependency to your Package.swift:

dependencies: [
    .package(url: "https://github.com/vapor/multipart-kit.git", from: "4.0.0")
]

Alternatively navigate to your Xcode project, select Swift Packages and click the + icon to search for MultipartKit.

License

Vapor's project MIT License

About

🏞 Parses and serializes multipart-encoded data with Codable support.

Resources

License

Stars

Watchers

Forks

Languages