-
Notifications
You must be signed in to change notification settings - Fork 16
/
Segment-Intercom.podspec
31 lines (26 loc) · 1.14 KB
/
Segment-Intercom.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
28
29
30
31
#
# Be sure to run `pod lib lint Segment-Intercom.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 http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'Segment-Intercom'
s.version = '1.0.2'
s.summary = 'Intercom Integration for Segment\'s analytics-ios library.'
s.description = <<-DESC
Analytics for iOS provides a single API that lets you
integrate with over 100s of tools.
This is the Optimizely X integration for the iOS library.
DESC
s.homepage = 'http://segment.com/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Segment' => '[email protected]' }
s.source = { :git => 'https://github.com/segment-integrations/analytics-ios-integration-intercom.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/segment'
s.ios.deployment_target = '10.0'
s.source_files = 'Segment-Intercom/Classes/**/*'
s.dependency 'Analytics'
s.dependency 'Intercom'
end