forked from DataDog/dd-sdk-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDatadogInternal.podspec
More file actions
26 lines (20 loc) · 885 Bytes
/
DatadogInternal.podspec
File metadata and controls
26 lines (20 loc) · 885 Bytes
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 = "DatadogInternal"
s.version = "2.29.0"
s.summary = "Datadog Internal Package. This module is not for public use."
s.homepage = "https://www.datadoghq.com"
s.social_media_url = "https://twitter.com/datadoghq"
s.license = { :type => "Apache", :file => 'LICENSE' }
s.authors = {
"Maciek Grzybowski" => "maciek.grzybowski@datadoghq.com",
"Maxime Epain" => "maxime.epain@datadoghq.com",
"Ganesh Jangir" => "ganesh.jangir@datadoghq.com",
"Maciej Burda" => "maciej.burda@datadoghq.com"
}
s.swift_version = '5.9'
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '7.0'
s.source = { :git => "https://github.com/DataDog/dd-sdk-ios.git", :tag => s.version.to_s }
s.source_files = ["DatadogInternal/Sources/**/*.swift"]
end