-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathFreshchatSDK.podspec
21 lines (18 loc) · 1.12 KB
/
FreshchatSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "FreshchatSDK"
s.version = "6.3.2"
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 => 'FreshchatSDK/LICENSE', :text => 'See https://www.freshworks.com/terms' }
s.author = { "Freshdesk" => "[email protected]" }
s.social_media_url = "https://twitter.com/freshchatapp"
s.platform = :ios, "12.0"
s.source = { :git => "https://github.com/freshworks/freshchat-ios.git", :tag => "v#{s.version}" }
s.frameworks = "Foundation", "AVFoundation", "AudioToolbox", "CoreMedia", "CoreData", "ImageIO", "Photos", "SystemConfiguration", "Security", "WebKit", "CoreServices", "QuickLook"
s.requires_arc = true
s.preserve_paths = "FreshchatSDK.xcframework"
s.vendored_frameworks = "FreshchatSDK.xcframework"
end