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’sdependencies
array:then add either
BilibiliKit
orBilibiliKitDYLIB
(especially if you share this between main app and app extensions) as yourtargets
‘dependencies
.CocoaPods
In
Podfile
add:then run a
pod install
inside your terminal, or from CocoaPods.app.