Skip to content

rosberry/MediaService

Repository files navigation

MediaService

Swift Version Carthage Compatible Swift Package Manager

Requirements

  • iOS 11.0+
  • Xcode 11.0+

Installation

Depo

Depo is a universal dependency manager that combines Carthage, SPM and CocoaPods and provides common user interface to all of them.

To install MediaService via Carthage using Depo you need to add this to your Depofile:

carts:
  - kind: github
    identifier: rosberry/MediaService
To install MediaService via SPM or CocoaPods

Via SPM

Add this to your Depofile:

swiftPackages:
  - name: MediaService
    url: https://github.com/rosberry/MediaService.git
    version:
      operation: upToNextMajor
      value: 1.0.0

Via CocoaPods

Add this to your Depofile:

pods:
  - name: MediaService

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate MediaService into your Xcode project using Carthage, specify it in your Cartfile:

github "rosberry/MediaService"

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate MediaService into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'MediaService'

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. Once you have your Swift package set up, adding MediaService as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/rosberry/MediaService.git", .upToNextMajor(from: "1.0.0"))
]

Documentation

Read the docs. Generated with jazzy. Hosted by GitHub Pages.

About

This project is owned and maintained by Rosberry. We build mobile apps for users worldwide 🌏.

Check out our open source projects, read our blog or give us a high-five on 🐦 @rosberryapps.

License

This project is available under the MIT license. See the LICENSE file for more info.