Skip to content

Interact and work with the Laravel MediaLibrary package in your app.

Notifications You must be signed in to change notification settings

LambdaDigamma/MediaLibraryKit

Repository files navigation

MediaLibraryKit

Swift

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.

Installation

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)
    ]
)

Getting started

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
    
}

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email info@lambdadigamma.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Interact and work with the Laravel MediaLibrary package in your app.

Topics

Resources

Stars

Watchers

Forks

Languages