CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.

BlueBillywigPlayerSDK 1.4.4

BlueBillywigPlayerSDK 1.4.4

Maintained by Blue Billywig.



  • By
  • Blue Billywig

BlueBillywigPlayerSDK

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

BlueBillywigPlayerSDK is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'BlueBillywigPlayerSDK'

Xcode 12 libraries

XCode 12 needs different libraries for an actual iPhone and an iPhone simulator.

For use on a simulator:

Version Library
Debug bin/lib/libBBComponent--debug-iphonesimulator.a
Release bin/lib/libBBComponent--iphonesimulator.a

For use on an iPhone or iPad:

Version Library
Debug bin/lib/libBBComponent--debug-iphoneos.a
Release bin/lib/libBBComponent-.a

Fat library for XCode 11 and lower

Version Library
Debug bin/lib/libBBComponent--debug-iphone-simulator.a
Release bin/lib/libBBComponent--iphone-simulator.a

Release library for only iPhone devices

Release: bin/lib/libBBComponent-.a

Author

Floris Groenendijk, [email protected]

License

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