From f677ae520636eb348d2f2be5e8b22cbc5eec00f3 Mon Sep 17 00:00:00 2001 From: lijunlin <327603258@qq.com> Date: Tue, 23 Apr 2024 09:21:11 +0200 Subject: [PATCH] [Add] flappyim 3.5.1 --- Specs/b/6/6/flappyim/3.5.1/flappyim.podspec.json | 54 ++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Specs/b/6/6/flappyim/3.5.1/flappyim.podspec.json diff --git a/Specs/b/6/6/flappyim/3.5.1/flappyim.podspec.json b/Specs/b/6/6/flappyim/3.5.1/flappyim.podspec.json new file mode 100644 index 000000000000..afb2bbcbf48c --- /dev/null +++ b/Specs/b/6/6/flappyim/3.5.1/flappyim.podspec.json @@ -0,0 +1,54 @@ +{ + "name": "flappyim", + "version": "3.5.1", + "summary": "A im named flappyim", + "description": "flappyIM for IOS", + "homepage": "https://github.com/flappygod/flappyIM_ios", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "lijunlin": "327603258@qq.com" + }, + "source": { + "git": "https://github.com/flappygod/flappyIM_ios.git", + "tag": "3.5.1" + }, + "platforms": { + "ios": "10.0" + }, + "source_files": "flappyim/Classes/**/*", + "public_header_files": "flappyim/Classes/Public/*.h", + "user_target_xcconfig": { + "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1" + }, + "pod_target_xcconfig": { + "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1" + }, + "frameworks": [ + "UIKit", + "Foundation", + "AVFoundation", + "CoreMedia", + "UserNotifications", + "AVKit" + ], + "dependencies": { + "AFNetworking": [ + "~> 4.0.1" + ], + "MJExtension": [ + "~> 3.4.1" + ], + "Protobuf": [ + "~> 3.21.5" + ], + "CocoaAsyncSocket": [ + "~> 7.6.5" + ], + "FMDB": [ + "~> 2.7.5" + ] + } +} -- 2.11.4.GIT