/SwiftMime

MIME type mapping API

Primary LanguageShellMIT LicenseMIT

SwiftMime

Version Stories in Ready Build Status

Comprehensive MIME type mapping API. Includes all 600+ types and 800+ extensions defined by the Apache project, plus additional types submitted by the node.js community.

inspired from mime

Usage

Basic API

SwiftMime.ext("text/html")
SwiftMime.mime("pdf")

Installation

Add the following to your Cartfile:

github "weekwood/SwiftMime"

Add the following to your Podfile:

pod 'SwiftMime'

Author

di wu, di.wu@me.com

License

SwiftMime is available under the MIT license. See the LICENSE file for more info.