Skip to content

Commit

Permalink
Update version to 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mparticle-automation committed Nov 15, 2018
1 parent 9f0496e commit c2e3aff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "goprimer/primer-ios-sdk" == 3.2.3
github "mparticle/mparticle-apple-sdk" ~> 7.7.0
github "mparticle/mparticle-apple-sdk" ~> 7.8.0
4 changes: 2 additions & 2 deletions mParticle-Primer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Primer"
s.version = "7.7.5"
s.version = "7.8.0"
s.summary = "Primer integration for mParticle"

s.description = <<-DESC
Expand All @@ -15,6 +15,6 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "8.0"
s.ios.source_files = 'mParticle-Primer/*.{h,m,mm}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.7.0'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.8.0'
s.ios.dependency 'Primer', '3.2.3'
end
3 changes: 3 additions & 0 deletions mParticle_Primer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
},
{
"7.7.5": "https://github.com/mparticle-integrations/mparticle-apple-integration-primer/releases/download/7.7.5/mParticle_Primer.framework.zip"
},
{
"7.8.0": "https://github.com/mparticle-integrations/mparticle-apple-integration-primer/releases/download/7.8.0/mParticle_Primer.framework.zip"
}
]

0 comments on commit c2e3aff

Please sign in to comment.