Skip to content

Commit

Permalink
Update SentryPrivate.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Nov 11, 2022
1 parent 05ee747 commit 24d6027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SentryPrivate.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "SentryPrivate"
s.version = "7.30.0"
s.version = "0.1.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 }
:tag => "alpha-" + s.version.to_s }
s.social_media_url = 'https://getsentry.com/'

s.description = <<-DESC
Expand Down

0 comments on commit 24d6027

Please sign in to comment.