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
SwiftMime.sharedManager.lookupExtension("text/html")
SwiftMime.sharedManager.lookupType("pdf")SwiftMime.sharedManager.define([
"text/x-some-format": ["x-sf", "x-sft", "x-sfml"],
"application/x-my-type": ["x-mt", "x-mtt"]
])
SwiftMime.sharedManager.lookupType("pdf")Add the following to your Cartfile:
github "weekwood/SwiftMime"
Add the following to your Podfile:
pod 'SwiftMime'di wu, [email protected]
SwiftMime is available under the MIT license. See the LICENSE file for more info.
