Skip to content

Commit

Permalink
Update to Version 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker authored Dec 18, 2023
1 parent 69f2dab commit 87bd51f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mParticle-Singular.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "mParticle-Singular"
s.version = "8.1.1"
s.version = "8.2.0"
s.summary = "Singular integration for mParticle"

s.description = "This is the Singular integration for mParticle"

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-Singular.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-Singular.git", :tag => "v" + s.version.to_s }
s.social_media_url = "https://twitter.com/mparticle"

s.static_framework = true
Expand Down

0 comments on commit 87bd51f

Please sign in to comment.