GSLFileTypeMappings 4.0.1

GSLFileTypeMappings 4.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2021

Maintained by Goichi Hirakawa.



  • By
  • GyazSquare

GSLFileTypeMappings

Build Status

GSLFileTypeMappings is a simple Objective-C library for iOS, macOS, watchOS and tvOS, which converts between a filename extension and a MIME type.

Requirements

  • Xcode 11.2 or later
  • Base SDK: iOS 13.2 / macOS 10.15 / watchOS 6.1 / tvOS 13.2 or later
  • Deployment Target: iOS 8.0 / OS X 10.6 / watchOS 2.0 / tvOS 9.0 or later

Installation

CocoaPods

Add the pod to your Podfile:

# ...

pod 'GSLFileTypeMappings'

Install the pod:

$ pod install

Source

Check out the source, including all the dependencies:

$ git clone --recurse-submodules https://github.com/GyazSquare/GSLFileTypeMappings.git

License

This software is licensed under the MIT License.

See the LICENSE file for details.