forked from cometchat/cometchat-uikit-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCometChatUIKitSwift.podspec
27 lines (21 loc) · 1.16 KB
/
CometChatUIKitSwift.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Be sure to run `pod lib lint CometChatUIKitSwift.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'CometChatUIKitSwift'
s.version = '4.3.1'
s.summary = 'CometChat Swift UI Kit is a collection of custom UI Components'
s.description = 'The UIKit designed to build text , chat features in your application. The UI Kit is developed to keep developers in mind and aims to reduce development efforts significantly'
s.homepage = 'https://www.cometchat.com'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'abhisheksaralaya13' => '[email protected]', 'suryanshbisen' => '[email protected]' }
s.source = { :http => 'https://library.cometchat.io/ios/v4/xcode15/CometChatUIKitSwift_4_3_1.zip'}
s.vendored_frameworks = 'CometChatUIKitSwift.xcframework'
s.swift_version = '5.0'
s.dependency 'CometChatSDK', '4.0.43'
s.ios.deployment_target = '13.0'
end