Skip to content

Commit

Permalink
fix: update changelog and readme on cocoapods for next release (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Apr 3, 2024
1 parent 2d85143 commit 50d65d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PostHog.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Pod::Spec.new do |s|
s.author = { "PostHog" => "engineering@posthog.com" }
s.source = { :git => "https://github.com/PostHog/posthog-ios.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/PostHog'
s.readme = "https://raw.githubusercontent.com/PostHog/posthog-ios/#{s.version.to_s}/README.md"
s.changelog = "https://raw.githubusercontent.com/PostHog/posthog-ios/#{s.version.to_s}/CHANGELOG.md"

s.ios.deployment_target = '13.0'
s.tvos.deployment_target = '13.0'
Expand Down

0 comments on commit 50d65d9

Please sign in to comment.