forked from getsentry/sentry-cocoa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SentryPrivate.podspec
30 lines (26 loc) · 935 Bytes
/
SentryPrivate.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
Pod::Spec.new do |s|
s.name = "SentryPrivate"
s.version = "8.30.0"
s.summary = "Sentry Private Library."
s.homepage = "https://github.com/getsentry/sentry-cocoa"
s.license = "mit"
s.authors = "Sentry"
s.source = { :git => "https://github.com/getsentry/sentry-cocoa.git",
:tag => s.version.to_s }
s.social_media_url = 'https://getsentry.com/'
s.deprecated = true
s.description = <<-DESC
Not for public use.
Common APIs for internal Sentry usage.
DESC
s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.13"
s.tvos.deployment_target = "11.0"
s.watchos.deployment_target = "4.0"
s.visionos.deployment_target = "1.0"
s.module_name = "SentryPrivate"
s.frameworks = 'Foundation'
s.swift_versions = "5.5"
s.watchos.framework = 'WatchKit'
s.source_files = "Sources/Swift/**/*.{swift}"
end