From a74573c294f22041868ddbb2dc73e7a753509bf9 Mon Sep 17 00:00:00 2001 From: Suzhibin Date: Thu, 22 Aug 2024 09:27:24 +0200 Subject: [PATCH] [Add] VTMagicBox 2.0.2 --- .../f/8/1/VTMagicBox/2.0.2/VTMagicBox.podspec.json | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Specs/f/8/1/VTMagicBox/2.0.2/VTMagicBox.podspec.json diff --git a/Specs/f/8/1/VTMagicBox/2.0.2/VTMagicBox.podspec.json b/Specs/f/8/1/VTMagicBox/2.0.2/VTMagicBox.podspec.json new file mode 100644 index 000000000000..9e5e9c8d3534 --- /dev/null +++ b/Specs/f/8/1/VTMagicBox/2.0.2/VTMagicBox.podspec.json @@ -0,0 +1,34 @@ +{ + "name": "VTMagicBox", + "version": "2.0.2", + "license": { + "type": "MIT" + }, + "homepage": "https://github.com/Suzhibin/VTMagicBox", + "authors": { + "suzhibin": "szb2323@163.com" + }, + "summary": "A page container for iOS.", + "description": "VTMagicBox is a fork of VTMagic .A lot of functionality has been added.", + "source": { + "git": "https://github.com/Suzhibin/VTMagicBox.git", + "tag": "2.0.2" + }, + "public_header_files": "VTMagicBox/VTMagic.h", + "source_files": "VTMagicBox/VTMagic.h", + "platforms": { + "ios": "6.0" + }, + "requires_arc": true, + "frameworks": "UIKit", + "subspecs": [ + { + "name": "Core", + "platforms": { + "ios": "6.0" + }, + "exclude_files": "VTMagicBox/VTMagic.h", + "source_files": "VTMagicBox/**/*.{h,m}" + } + ] +} -- 2.11.4.GIT