From 02508401c7db9954821482e6dbafd119f0d1e79b Mon Sep 17 00:00:00 2001 From: plugins-npaw Date: Tue, 10 Oct 2023 16:11:38 +0200 Subject: [PATCH] [Add] YouboraLib 6.7.6 --- .../d/6/0/YouboraLib/6.7.6/YouboraLib.podspec.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Specs/d/6/0/YouboraLib/6.7.6/YouboraLib.podspec.json diff --git a/Specs/d/6/0/YouboraLib/6.7.6/YouboraLib.podspec.json b/Specs/d/6/0/YouboraLib/6.7.6/YouboraLib.podspec.json new file mode 100644 index 000000000000..d957b86f5ec0 --- /dev/null +++ b/Specs/d/6/0/YouboraLib/6.7.6/YouboraLib.podspec.json @@ -0,0 +1,38 @@ +{ + "name": "YouboraLib", + "version": "6.7.6", + "summary": "Library required by Youbora plugins", + "description": "<<-DESC\n YouboraLib is a library created by Nice People at Work. It serves\n as the shared logic for all Youbora plugins and it also allows you\n to create your own plugins.\n DESC", + "homepage": "https://documentation.npaw.com/", + "license": { + "type": "MIT", + "file": "LICENSE.md" + }, + "authors": { + "Nice People at Work": "support@nicepeopleatwork.com" + }, + "platforms": { + "ios": "9.0", + "tvos": "9.0", + "osx": "10.10" + }, + "swift_versions": [ + "4.0", + "4.1", + "4.2", + "4.3", + "5.0", + "5.1" + ], + "source": { + "git": "https://bitbucket.org/npaw/lib-plugin-ios.git", + "tag": "6.7.6" + }, + "source_files": "YouboraLib/**/*.{swift,h,m}", + "private_header_files": "YouboraLib/**/YBSwift.h", + "requires_arc": true, + "pod_target_xcconfig": { + "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORALIB_VERSION=6.7.6" + }, + "swift_version": "5.1" +} -- 2.11.4.GIT