Update branch
3rd-party implementation of core bilibili functionalities in Swift.
In Package.swift, add to your package’s dependencies array:
Package.swift
dependencies
.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.
BilibiliKit
BilibiliKitDYLIB
targets
In Podfile add:
Podfile
pod 'BilibiliKit', '~> 3.1.2'
then run a pod install inside your terminal, or from CocoaPods.app.
pod install
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
BilibiliKit
3rd-party implementation of core bilibili functionalities in Swift.
Install
Swift Package Manager
In
Package.swift, add to your package’sdependenciesarray:then add either
BilibiliKitorBilibiliKitDYLIB(especially if you share this between main app and app extensions) as yourtargets‘dependencies.CocoaPods
In
Podfileadd:then run a
pod installinside your terminal, or from CocoaPods.app.