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
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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.