forked from BranchMetrics/Segment-Branch-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Segment-Branch.podspec
28 lines (21 loc) · 1.11 KB
/
Segment-Branch.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
Pod::Spec.new do |s|
s.name = "Segment-Branch"
s.version = "0.1.24"
s.summary = "Branch Integration for Analytics for iOS."
s.description = <<-DESC
Analytics for iOS provides a single API that lets you
integrate with 100s of tools.
With Branch's deep linking platform, mobile developers and marketers can leverage their app content to improve discoverability and optimize install campaigns.
This is the Branch integration for the Segment iOS library.
DESC
s.homepage = "https://github.com/BranchMetrics/Segment-Branch-iOS"
s.license = 'MIT'
s.author = { "Branch Metrics" => "[email protected]" }
s.source = { :git => "https://github.com/BranchMetrics/Segment-Branch-iOS.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/branchmetrics'
s.platform = :ios, '9.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.dependency 'Analytics'
s.dependency 'Branch', '~> 0.37.0'
end