Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nugu-developers/silvertray-ios

iOS data chunk player
https://github.com/nugu-developers/silvertray-ios

Last synced: about 5 hours ago
JSON representation

iOS data chunk player

Awesome Lists containing this project

README

        

# SilverTray

![Platform](https://img.shields.io/cocoapods/p/SilverTray)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CocoaPods compatible](https://img.shields.io/cocoapods/v/SilverTray)](https://github.com/nugu-developers/silvertray-iOS)
[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)
![License](https://img.shields.io/github/license/nugu-developers/silvertray-ios)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/37a7a2e77cf542eb9a6dad0546eb7a15)](https://www.codacy.com/manual/nugu-dev-sdk/silvertray-ios?utm_source=github.com&utm_medium=referral&utm_content=nugu-developers/silvertray-ios&utm_campaign=Badge_Grade)

## Requirements
- iOS 10.0+
- Xcode 11.4+
- Swift 5.1+

## Installation

### CocoaPods
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate SilverTray into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'SilverTray'
```

### Carthage
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate SilverTray into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "nugu-developers/silvertray-ios" "1.0.0"
```

Then run `carthage update`.

### Swift Package Manager

To integrate using Apple's Swift package manager, add the following as a dependency to your `Package.swift`:

```swift
dependencies: [
.package(url: "https://github.com/nugu-developers/silvertray-ios.git", from: "1.0.0")
]
```

## License

The contents of this repository is licensed under the
[Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).