From e9c201589160489a53ae4950fa2e61ddd9686c2a Mon Sep 17 00:00:00 2001 From: libpag Date: Mon, 8 Jul 2024 11:56:37 +0200 Subject: [PATCH] [Add] libpag 4.3.58 --- Specs/c/c/e/libpag/4.3.58/libpag.podspec.json | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Specs/c/c/e/libpag/4.3.58/libpag.podspec.json diff --git a/Specs/c/c/e/libpag/4.3.58/libpag.podspec.json b/Specs/c/c/e/libpag/4.3.58/libpag.podspec.json new file mode 100644 index 000000000000..2011b25dc966 --- /dev/null +++ b/Specs/c/c/e/libpag/4.3.58/libpag.podspec.json @@ -0,0 +1,31 @@ +{ + "name": "libpag", + "version": "4.3.58", + "platforms": { + "ios": "9.0" + }, + "summary": "libpag SDK", + "homepage": "https://github.com/libpag/libpag-ios", + "source": { + "git": "https://github.com/libpag/libpag-ios.git", + "tag": "4.3.58" + }, + "license": { + "type": "Apache License Version 2.0", + "file": "LICENSE" + }, + "authors": { + "libpag": "libpag@tencent.com" + }, + "ios": { + "frameworks": [ + "UIKit", + "VideoToolbox", + "CoreMedia" + ] + }, + "vendored_frameworks": "framework/libpag.xcframework", + "xcconfig": { + "VALID_ARCHS": "arm64 armv7 x86_64" + } +} -- 2.11.4.GIT