-
Notifications
You must be signed in to change notification settings - Fork 10
Installation
iMoeNya edited this page Apr 23, 2024
·
2 revisions
DSBridge is available on both iOS and Android.
This repo is a pure Swift version. You can integrate it with Swift Package Manager.
It's totally OK to use Swift Package Manager together with CocoaPods or other tools. If Swift Package Manager is banned, use the original Objective-C version DSBridge-iOS.
For Android, see DSBridge-Android.
You can link the JavaScript with CDN:
<script src="https://cdn.jsdelivr.net/npm/dsbridge@3.1.4/dist/dsbridge.js"></script>
Or install with npm:
npm install dsbridge@3.1.4