Skip to content

Commit

Permalink
ci: Prepare podspec for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Jan 19, 2024
1 parent f6f5ad2 commit b3e83a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mParticle-Iterable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.homepage = "https://www.mparticle.com"
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { "mParticle" => "[email protected]" }
s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-iterable.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-iterable.git", :tag => "v" + s.version.to_s }
s.social_media_url = "https://twitter.com/mparticle"

s.ios.deployment_target = "11.0"
Expand Down

0 comments on commit b3e83a5

Please sign in to comment.