-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBitdriftCapture.podspec
More file actions
34 lines (28 loc) · 955 Bytes
/
BitdriftCapture.podspec
File metadata and controls
34 lines (28 loc) · 955 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
27
28
29
30
31
32
33
34
Pod::Spec.new do |s|
s.name = 'BitdriftCapture'
s.summary = "A dynamic observability SDK for mobile developers."
s.version = '0.22.12'
s.homepage = 'https://bitdrift.io'
s.license = {
:type => "Licensed under PolyForm Shield. See LICENSE for terms.",
:file => "LICENSE"
}
s.authors = {
'Bitdrift, Inc.' => 'info@bitdrift.io',
'Rafal Augustyniak' => 'rafal@bitdrift.io',
'Miguel Angel Juarez Lopez' => 'miguel@bitdrift.io',
}
s.documentation_url = 'https://docs.bitdrift.io'
s.social_media_url = 'https://twitter.com/bitdriftio'
s.module_name = 'Capture'
s.platform = :ios, '15.0'
s.swift_versions = ['6.0.0']
s.frameworks = [
'Network',
'UIKit',
'CoreTelephony'
]
s.source = { http: "https://dl.bitdrift.io/sdk/ios/capture-0.22.12/Capture.zip" }
s.preserve_paths = ['LICENSE']
s.vendored_frameworks = 'Capture.xcframework'
end