-
Notifications
You must be signed in to change notification settings - Fork 1
/
Segment-Adjust.podspec
26 lines (20 loc) · 956 Bytes
/
Segment-Adjust.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
Pod::Spec.new do |s|
s.name = "Segment-Adjust"
s.version = "3.1.5-beta"
s.summary = "Adjust 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 Adjust integration for the iOS library.
DESC
s.homepage = "http://segment.com/"
s.license = { :type => 'MIT' }
s.author = { "Segment" => "[email protected]" }
s.source = { :git => "https://github.com/segment-integrations/analytics-ios-integration-adjust.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/segment'
s.platform = :ios, '11.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.dependency 'Analytics'
s.dependency 'Adjust', '~> 4.29.3'
end