From 1a68c3856f107228673270b0a3d2a520b51c523f Mon Sep 17 00:00:00 2001 From: Sanjay Kumar Date: Thu, 21 Nov 2024 14:21:03 +0100 Subject: [PATCH] [Add] O2Chat 0.3.5 --- Specs/5/e/6/O2Chat/0.3.5/O2Chat.podspec.json | 107 +++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 Specs/5/e/6/O2Chat/0.3.5/O2Chat.podspec.json diff --git a/Specs/5/e/6/O2Chat/0.3.5/O2Chat.podspec.json b/Specs/5/e/6/O2Chat/0.3.5/O2Chat.podspec.json new file mode 100644 index 000000000000..b287de42490f --- /dev/null +++ b/Specs/5/e/6/O2Chat/0.3.5/O2Chat.podspec.json @@ -0,0 +1,107 @@ +{ + "name": "O2Chat", + "version": "0.3.5", + "summary": "Connect, Chat, and Cherish", + "description": "\"Discover a new way to stay connected with our feature-rich chat app. Whether you're catching up with old friends, making new connections, or collaborating with colleagues, our platform offers seamless messaging, file sharing, and group chat functionalities. Experience real-time conversations with lightning-fast performance, enhanced security, and a user-friendly interface designed to keep your interactions smooth and enjoyable. Connect, chat, and cherish every moment with us!\"", + "homepage": "https://github.com/O2Chat/O2Chat-iOS", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "o2chat.io@gmail.com": "o2chat.io@gmail.com" + }, + "source": { + "git": "https://github.com/O2Chat/O2Chat-iOS.git", + "tag": "0.3.5" + }, + "platforms": { + "ios": "13.0" + }, + "swift_versions": "5.0", + "pod_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + }, + "preserve_paths": "**/O2ChatSDK.xcframework", + "vendored_frameworks": "**/O2ChatSDK.xcframework", + "frameworks": [ + "UIKit", + "Foundation", + "AVFoundation", + "AudioToolbox", + "CoreMedia", + "ImageIO", + "QuickLook", + "SystemConfiguration", + "Security", + "Photos", + "CoreServices", + "QuickLook", + "MobileCoreServices" + ], + "static_framework": true, + "subspecs": [ + { + "name": "AlamofireSupport", + "dependencies": { + "Alamofire": [ + ">= 5.0", + "< 6.0" + ] + } + }, + { + "name": "SwiftyJSONSupport", + "dependencies": { + "SwiftyJSON": [ + ">= 5.0", + "< 6.0" + ] + } + }, + { + "name": "FMDBSupport", + "dependencies": { + "FMDB": [ + ">= 2.7", + "< 3.0" + ] + } + }, + { + "name": "SwiftSignalRClientSupport", + "dependencies": { + "SwiftSignalRClient": [ + ">= 0.8", + "< 1.0" + ] + } + }, + { + "name": "FirebaseCoreSupport", + "dependencies": { + "Firebase/Core": [ + + ] + } + }, + { + "name": "FirebaseMessagingSupport", + "dependencies": { + "Firebase/Messaging": [ + + ] + } + }, + { + "name": "CosmosSupport", + "dependencies": { + "Cosmos": [ + ">= 23.0", + "< 24.0" + ] + } + } + ], + "swift_version": "5.0" +} -- 2.11.4.GIT