From 5daec4100a8cf9418b1f91e0988763bc0d95a4e0 Mon Sep 17 00:00:00 2001 From: ys Date: Sat, 6 Jan 2024 04:29:21 +0100 Subject: [PATCH] [Add] YDCKit 0.1.4 --- Specs/1/7/f/YDCKit/0.1.4/YDCKit.podspec.json | 49 ++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Specs/1/7/f/YDCKit/0.1.4/YDCKit.podspec.json diff --git a/Specs/1/7/f/YDCKit/0.1.4/YDCKit.podspec.json b/Specs/1/7/f/YDCKit/0.1.4/YDCKit.podspec.json new file mode 100644 index 000000000000000..4c3e7696d257870 --- /dev/null +++ b/Specs/1/7/f/YDCKit/0.1.4/YDCKit.podspec.json @@ -0,0 +1,49 @@ +{ + "name": "YDCKit", + "version": "0.1.4", + "summary": "DCKit", + "description": "DCKit for iOS", + "homepage": "https://github.com/ayyss/DCKit.git", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": "dc", + "platforms": { + "ios": "13.0" + }, + "swift_versions": "5.0", + "source": { + "git": "https://github.com/ayyss/DCKit.git", + "tag": "0.1.4" + }, + "ios": { + "vendored_frameworks": "DCKit.framework" + }, + "frameworks": [ + "UIKit", + "Foundation" + ], + "requires_arc": true, + "pod_target_xcconfig": { + "VALID_ARCHS": "x86_64 armv7 arm64" + }, + "dependencies": { + "SnapKit": [ + + ], + "Masonry": [ + + ], + "YYKit": [ + + ], + "SDWebImage": [ + + ], + "SDWebImageWebPCoder": [ + + ] + }, + "swift_version": "5.0" +}