BilibiliKit

3rd-party implementation of core bilibili functionalities in Swift.

GitHub (pre-)release Actions Status Swift 5.0 Swift Package Manager MIT License Documentation BCH compliance Maintainability

Install

Swift Package Manager

In Package.swift, add to your package's dependencies array:

.package(url: "https://github.com/ApolloZhu/BilibiliKit", from: "3.1.2"),

then add either BilibiliKit or BilibiliKitDYLIB (especially if you share this between main app and app extensions) as your targets' dependencies.

CocoaPods

In Podfile add:

pod 'BilibiliKit', '~> 3.1.2'

then run a pod install inside your terminal, or from CocoaPods.app.

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

Last updated: Sun Mar 10 2024 12:38:38 GMT-0900 (Hawaii-Aleutian Daylight Time)