GSLFileTypeMappings is a simple Objective-C library for iOS, macOS, watchOS and tvOS, which converts between a filename extension and a MIME type.
- Xcode 12.0 or later
- Base SDK: iOS 14.0 / macOS 10.15 / watchOS 7.0 / tvOS 14.0 or later
- Deployment Target: iOS 6.0 / OS X 10.6 / watchOS 2.0 / tvOS 9.0 or later
Add the pod to your Podfile:
# ...
pod 'GSLFileTypeMappings'Install the pod:
$ pod installCheck out the source, including all the dependencies:
$ git clone --recurse-submodules https://github.com/GyazSquare/GSLFileTypeMappings.gitThis software is licensed under the MIT License.
See the LICENSE file for details.