From 7b17f786c3b4fefccd4394cafa6f5f90e2aa6a5e Mon Sep 17 00:00:00 2001 From: fczhouyou Date: Mon, 25 Nov 2024 08:49:19 +0100 Subject: [PATCH] [Add] FCQRScan 1.0.9 --- Specs/4/b/c/FCQRScan/1.0.9/FCQRScan.podspec.json | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Specs/4/b/c/FCQRScan/1.0.9/FCQRScan.podspec.json diff --git a/Specs/4/b/c/FCQRScan/1.0.9/FCQRScan.podspec.json b/Specs/4/b/c/FCQRScan/1.0.9/FCQRScan.podspec.json new file mode 100644 index 000000000000..36c81559318e --- /dev/null +++ b/Specs/4/b/c/FCQRScan/1.0.9/FCQRScan.podspec.json @@ -0,0 +1,35 @@ +{ + "name": "FCQRScan", + "version": "1.0.9", + "summary": "FCQRScan", + "description": "矩阵号组件1.0.9", + "homepage": "https://gitee.com/FCComp/FCQRScan", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "fczhouyou": "zhouyou@sobey.com" + }, + "platforms": { + "ios": "9.0" + }, + "source": { + "git": "https://gitee.com/FCComp/FCQRScan.git", + "tag": "1.0.9" + }, + "source_files": "FCQRScan/FCQRSearch.framework/Headers/*.h", + "resources": "FCQRScan/*.bundle", + "vendored_frameworks": "FCQRScan/*.framework", + "dependencies": { + "Masonry": [ + + ], + "FCBaseKit": [ + + ], + "SAMKeychain": [ + + ] + } +} -- 2.11.4.GIT