diff --git a/cozo-lib-swift/publish_pod.sh b/cozo-lib-swift/publish_pod.sh new file mode 100755 index 00000000..20caf18b --- /dev/null +++ b/cozo-lib-swift/publish_pod.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +# +# Copyright 2022, The Cozo Project Authors. +# +# This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. +# If a copy of the MPL was not distributed with this file, +# You can obtain one at https://mozilla.org/MPL/2.0/. +# + +pod trunk push CozoSwiftBridge.podspec --allow-warnings \ No newline at end of file