From b39e6ba6ac8a973ba4e036231dea93cc2db8a040 Mon Sep 17 00:00:00 2001 From: lijunlin <327603258@qq.com> Date: Wed, 26 Aug 2020 06:26:02 -0400 Subject: [PATCH] [Add] flappyim 0.4.0 --- Specs/b/6/6/flappyim/0.4.0/flappyim.podspec.json | 54 ++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Specs/b/6/6/flappyim/0.4.0/flappyim.podspec.json diff --git a/Specs/b/6/6/flappyim/0.4.0/flappyim.podspec.json b/Specs/b/6/6/flappyim/0.4.0/flappyim.podspec.json new file mode 100644 index 000000000000..f97793e2cb72 --- /dev/null +++ b/Specs/b/6/6/flappyim/0.4.0/flappyim.podspec.json @@ -0,0 +1,54 @@ +{ + "name": "flappyim", + "version": "0.4.0", + "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": "0.4.0" + }, + "platforms": { + "ios": "9.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.1.0" + ], + "Protobuf": [ + "~> 3.9.0" + ], + "CocoaAsyncSocket": [ + "~> 7.6.3" + ], + "FMDB": [ + "~> 2.7.5" + ] + } +} -- 2.11.4.GIT