automatically bump podspec version, create tag and push tag
A command line tools to bump podspec version for Cocoapods.
A React Native module that allows you to use the native Freshchat SDK
Onfido SDK for React Native
Pulumi Kubernetes Extensions
Capacitor plugin for comprehensive on-device speech recognition with live partial results.
ComposeKit là bộ UI Kit đa nền tảng phục vụ Mini App/SDK của MoMo. Toàn bộ giao diện, điều hướng, token thiết kế và layer tích hợp với MaxAPI đều được viết bằng Kotlin Multiplatform để tái sử dụng cho Android, iOS (qua Compose Multiplatform) cũng như các
<p align="center"><img src="https://dydx.exchange/icon.svg?" width="256" /></p>
Use auto to version your cocoapod
> **specific** | spɪˈsɪfɪk | > _adjective_ > > - clearly defined or identified > > ORIGIN mid 17th century (originally in the sense 'having a special determining quality'): from late Latin **_specificus_**, from Latin **_species_**
Shared ONNX Runtime provider for nn-stream-duplex and nn-transcriber
Audio input capture plugin for Cordova and Capacitor - real-time microphone access with streaming and file recording support
Use auto to version your cocoapod
Adds support for LLM locally runned for Capacitor
ComPDFKit for React Native is a comprehensive SDK that allows you to quickly add PDF functionality to Android, iOS, and React Native applications.
React Native bindings for SceneView — 3D and AR scenes powered by Filament (Android) and RealityKit (iOS)
Appgain.io React Native library
test
Check if a device is muted
A package to dynamically measure microphone input level
LXMF Reticulum mesh networking for React Native + Expo
```bash react-native init INSERTAPPNAME --template vividplanet && node INSERTAPPNAME/setup.js ```
BETA: React native plugin for Acoustic Connect
Jimi Video Player for RTMP SDK modules and view for React Native(Android & IOS), support react native 0.57+.
Edit the versions of your podspec dependencies
A command line tools to bump podspec version for CocoaPods. Inspired [Bump](https://github.com/gregorym/bump)
A CocoaPods plugin that converts a given podspec into its binary version. For a given podspec, a zip file will be produced containing the binary representation of the original podspec sources. Each platform is packed as an `xcframework` within the zip file. Other attributes such as `resource_bundles` specified in the source podspec will also be packed. A binary podspec is also generated that can be published to a CocoaPods specs repo.
Pod Bump is command line tool that should be used to bump your podspec version
- xcsims: Delete all simulators and recreate one for each compatible platform and device type pairing. - sync-git-remotes: Make sure all your GitHub repos are cloned into a given directory and keep them synced with upstream. Forks are maintained with a remote for both the fork and upstream, both remotes' default branches are tracked in local counterparts, and the upstream default branch is also pushed to the fork. - changetag: Extract changelog entries to write into git tag annotation messages. - prerelease-podspec: Branch and create/push a release candidate tag, modify the podspec to use that version tag, and try linting it. - release-podspec: Create a tag with the version and push it to repo origin, push podspec to CocoaPods trunk. - revert-failed-release-tag: In case `release-podspec` fails, make sure the tag it may have created/pushed is destroyed before trying to run it again after fixing, so it doesn't break due to the tag already existing the second time around. - bumpr: Increment the desired part of a version number (major/minor/patch/build) and write the change to a git commit. - clean-rc-tags: deletes any release candidate tags leftover after prerelease testing. - migrate-changelog: for a changelog adhering to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), move any contents under Unreleased to a new section for a new version with the current date.