From 449b46357ab0d1d634b2b4b2c79f347399c7acda Mon Sep 17 00:00:00 2001 From: lijunlin <327603258@qq.com> Date: Sat, 24 Aug 2019 23:24:42 -0400 Subject: [PATCH] [Add] flappyim 0.2.7 --- Specs/b/6/6/flappyim/0.2.7/flappyim.podspec.json | 57 ++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 Specs/b/6/6/flappyim/0.2.7/flappyim.podspec.json diff --git a/Specs/b/6/6/flappyim/0.2.7/flappyim.podspec.json b/Specs/b/6/6/flappyim/0.2.7/flappyim.podspec.json new file mode 100644 index 000000000000..d370e379a7c8 --- /dev/null +++ b/Specs/b/6/6/flappyim/0.2.7/flappyim.podspec.json @@ -0,0 +1,57 @@ +{ + "name": "flappyim", + "version": "0.2.7", + "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.2.7" + }, + "platforms": { + "ios": "8.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": [ + "~> 3.2.1" + ], + "MJExtension": [ + "~> 3.1.0" + ], + "Protobuf": [ + "~> 3.9.0" + ], + "CocoaAsyncSocket": [ + "~> 7.6.3" + ], + "Reachability": [ + "~> 3.2" + ], + "FMDB": [ + "~> 2.7.5" + ] + } +} -- 2.11.4.GIT