Comcast / mamba

Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data.
Apache License 2.0
180 stars 40 forks source link

Swift Package Manager Support for v. 1.X #99

Closed eduardoperez-nbcuni closed 3 years ago

eduardoperez-nbcuni commented 3 years ago

Description

This PR implements Swift Package Manager support for the version 1.X.

Change Notes

What is different from previous PR?

Testing Sample Apps In order to test these changes, I have created these sample apps that implements mamba as:

  1. Carthage - MyMambaAppCarthage folder
  2. Cocoapods - MyMambaAppCocoapods
  3. SPM - MyMambaAppSwiftPackageManager

MambaSamples-develop_1.x.zip

Pre-submission Checklist