-
Notifications
You must be signed in to change notification settings - Fork 47
/
Smooch.podspec
18 lines (18 loc) · 1.14 KB
/
Smooch.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "Smooch"
s.version = "12.5.0"
s.summary = "Build customer relationships that last"
s.description = "Smooch lets you have rich conversations with your users, right in your app or on your website."
s.homepage = "http://smooch.io"
s.license = { :type => "Commercial", :text => "Smooch Technologies Inc. All rights reserved." }
s.author = { "Smooch Technologies Inc." => "help@smooch.io" }
s.source = { :git => "https://github.com/zendesk/sunshine-conversations-ios.git", :tag => s.version }
s.preserve_paths = "Smooch.xcframework/*"
s.frameworks = "Smooch", "CoreText", "SystemConfiguration", "CoreTelephony", "Foundation", "CoreGraphics", "UIKit", "QuartzCore", "AssetsLibrary", "Photos", "AVFoundation", "CFNetwork"
s.library = "icucore"
s.xcconfig = { "FRAMEWORK_SEARCH_PATHS" => "$(PODS_ROOT)/Smooch" }
s.vendored_frameworks = "Smooch.xcframework"
s.requires_arc = true
s.platform = :ios
s.ios.deployment_target = '12.0'
end