Interact and work with the Laravel MediaLibrary package in your app.
Warning
This repository is in an experimental state and is used for a few projects under active development. Feel free to use it but be aware that some things may change in the future.
Add this project on your Package.swift
import PackageDescription
let package = Package(
dependencies: [
.package(url: "https://github.com/LambdaDigamma/medialibrary-ios.git", majorVersion: 1, minor: 0)
]
)
This package provides codable models for a media object and a media collection container for decoding entire collections.
import MediaLibraryKit
struct Post: Codable {
let header: Media
}
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email info@lambdadigamma.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.