Build Status Carthage compatible

Documentation | LICENSE

Requirements

  • iOS 8.0+
  • Xcode 8.0+
  • Swift 3.0

Install

Carthage

github "tvoli/iOS-MagineKitPlayerSDK" >= 1.0.0

Always use latest stable release of Carthage.

Manual

  • Download and unzip MagineKitPlayer.framework.zipfrom releases
  • Add MagineKitPlayer.framework to Embedded Binaries

Since the SDK contains multiple architectures in order to work in the Simulator, it would need to be stripped in a Run Script Phase before deploying to the App Store.

Carthage comes with a script that copies over the relevant architectures into Embedded Binaries from Linked Frameworks and Libraries when compiling with a Run Script Phase

App Store does not currently support multiple architecture frameworks embedded. You can read more about it here here.