From 0a02854b3fff1ce1e76d47c924952e8045660ae2 Mon Sep 17 00:00:00 2001 From: geasscz Date: Sun, 11 Aug 2024 04:07:42 +0200 Subject: [PATCH] [Add] ACFoundation 2.8.0 --- .../2.8.0/ACFoundation.podspec.json | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Specs/1/7/d/ACFoundation/2.8.0/ACFoundation.podspec.json diff --git a/Specs/1/7/d/ACFoundation/2.8.0/ACFoundation.podspec.json b/Specs/1/7/d/ACFoundation/2.8.0/ACFoundation.podspec.json new file mode 100644 index 000000000000000..7aa23c222e99db3 --- /dev/null +++ b/Specs/1/7/d/ACFoundation/2.8.0/ACFoundation.podspec.json @@ -0,0 +1,62 @@ +{ + "name": "ACFoundation", + "version": "2.8.0", + "summary": "ACFoundation is my general tools, contains UI/db/animation", + "description": "ACFoundation is my general tools, contains UI/db/animation/fileBrowser and so on", + "homepage": "https://gitee.com/geasscz/ACFoundation", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "CZ": "sayccz@icloud.com" + }, + "source": { + "git": "https://gitee.com/geasscz/ACFoundation.git", + "tag": "2.8.0" + }, + "platforms": { + "ios": "12.0" + }, + "source_files": "source_files/**/*.{h,m,c}", + "resources": "source_files/**/*.{txt,xib,strings}", + "prefix_header_contents": [ + "#ifdef __OBJC__", + "#import \"AppConfig.h\"", + "#endif" + ], + "dependencies": { + "AFNetworking": [ + "4.0.1" + ], + "HWWeakTimer": [ + "1.0" + ], + "SAMKeychain": [ + "1.5.3" + ], + "FLAnimatedImage": [ + "1.0.17" + ], + "Masonry": [ + "1.1.0" + ], + "FMDB": [ + "2.7.5" + ], + "SDWebImage": [ + "5.15.7" + ], + "SDWebImageFLPlugin": [ + "0.6.0" + ], + "BarCodeKit": [ + + ] + }, + "ios": { + "pod_target_xcconfig": { + "IPHONEOS_DEPLOYMENT_TARGET": "12.0" + } + } +}