https://github.com/apollozhu/bilibilikit
bilibili APIs in Swift. docs:
https://github.com/apollozhu/bilibilikit
bilibili bilibili-api cocoapods hacktoberfest swift-package-manager
Last synced: about 1 year ago
JSON representation
bilibili APIs in Swift. docs:
- Host: GitHub
- URL: https://github.com/apollozhu/bilibilikit
- Owner: ApolloZhu
- License: mit
- Created: 2017-12-13T21:16:11.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T19:38:06.000Z (over 4 years ago)
- Last Synced: 2025-03-18T21:16:42.103Z (over 1 year ago)
- Topics: bilibili, bilibili-api, cocoapods, hacktoberfest, swift-package-manager
- Language: Swift
- Homepage: https://apollozhu.github.io/BilibiliKit/
- Size: 331 KB
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BilibiliKit
3rd-party implementation of core bilibili functionalities in Swift.
[](https://github.com/ApolloZhu/BilibiliKit/releases) [](https://github.com/ApolloZhu/BilibiliKit/actions) [](https://developer.apple.com/swift/) [](https://swift.org/package-manager/) [](https://github.com/ApolloZhu/BilibiliKit/blob/master/LICENSE) [](https://apollozhu.github.io/BilibiliKit) [](https://bettercodehub.com/) [](https://codeclimate.com/github/ApolloZhu/BilibiliKit/maintainability)
## Install
### Swift Package Manager
In `Package.swift`, add to your package's `dependencies` array:
```swift
.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:
```ruby
pod 'BilibiliKit', '~> 3.1.2'
```
then run a `pod install` inside your terminal, or from CocoaPods.app.