-
Notifications
You must be signed in to change notification settings - Fork 3
/
Desk360LiveChat.podspec
24 lines (21 loc) · 1.24 KB
/
Desk360LiveChat.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
Pod::Spec.new do |s|
s.name = "Desk360LiveChat"
s.version = "1.1.0"
s.summary = "Desk360 Live Chat provides simplicity and usability in one place. With this feature, you can provide live support to your customers directly within your app just by writing a few lines of code."
s.homepage = "https://github.com/Teknasyon-Teknoloji/desk360-livechat-ios-sdk"
s.license = { :type => "Commercial", :file => "LICENSE" }
s.author = { "Teknasyon" => "http://www.teknasyon.com/" }
s.source = { :git => "https://github.com/Teknasyon-Teknoloji/desk360-livechat-ios-sdk.git", :tag => s.version.to_s }
s.swift_version = "5.1"
s.ios.deployment_target = "13.0"
s.source_files = "Sources/**/*.swift"
s.dependency 'Alamofire'
s.dependency 'PersistenceKit'
s.dependency 'Firebase/Database'
s.dependency 'Firebase/Auth'
s.dependency 'Firebase'
s.dependency 'NVActivityIndicatorView'
s.dependency 'Kingfisher'
s.ios.resource_bundle = { "Desk360LiveChatAssets" => "Sources/Assets/Desk360LiveChatAssets.bundle/Images" }
s.resources = "Sources/Assets/Desk360LiveChatAssets.bundle/*.{ttf}"
end