-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathRNFreshchatSDK.podspec
More file actions
executable file
·20 lines (18 loc) · 957 Bytes
/
RNFreshchatSDK.podspec
File metadata and controls
executable file
·20 lines (18 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "RNFreshchatSDK"
s.version = "2.3.1"
s.summary = "Freshchat iOS SDK - Modern messaging software that your sales and customer engagement teams will love."
s.description = <<-DESC
Modern messaging software that your sales and customer engagement teams will love.
DESC
s.homepage = "https://www.freshchat.com"
s.license = { :type => 'Commercial', :file => 'LICENSE', :text => 'See https://www.freshworks.com/terms' }
s.author = { "Freshdesk" => "support@freshchat.com" }
s.source = { :git => "https://github.com/freshdesk/freshchat-ios.git", :tag => "v#{s.version}" }
s.social_media_url = "https://twitter.com/freshchatapp"
s.platform = :ios, "8.0"
s.source_files = "ios/*.{h,m}"
s.static_framework = true
s.dependency "FreshchatSDK", '3.3.2'
s.dependency "React"
end