Skip to content

Commit

Permalink
Update version to 7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mparticle-automation committed Mar 13, 2019
1 parent 5f66ce0 commit 45822c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "Appboy/appboy-ios-sdk" ~> 3.0.0
github "mparticle/mparticle-apple-sdk" ~> 7.8.0
github "mparticle/mparticle-apple-sdk" ~> 7.9.0
6 changes: 3 additions & 3 deletions mParticle-Appboy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Appboy"
s.version = "7.8.6"
s.version = "7.9.0"
s.summary = "Appboy integration for mParticle"

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

s.ios.deployment_target = "8.0"
s.ios.source_files = 'mParticle-Appboy/*.{h,m,mm}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.8.0'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.9.0'
s.ios.frameworks = 'CoreTelephony', 'SystemConfiguration'
s.libraries = 'z'
s.ios.dependency 'Appboy-iOS-SDK', '~> 3.0'

s.tvos.deployment_target = "9.0"
s.tvos.source_files = 'mParticle-Appboy/*.{h,m,mm}'
s.tvos.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.8.0'
s.tvos.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.9.0'
s.tvos.frameworks = 'SystemConfiguration'
s.tvos.dependency 'Appboy-tvOS-SDK', '~> 3.0'

Expand Down
3 changes: 3 additions & 0 deletions mParticle_Appboy.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
},
{
"7.8.6": "https://github.com/mparticle-integrations/mparticle-apple-integration-appboy/releases/download/7.8.6/mParticle_Appboy.framework.zip"
},
{
"7.9.0": "https://github.com/mparticle-integrations/mparticle-apple-integration-appboy/releases/download/7.9.0/mParticle_Appboy.framework.zip"
}
]

0 comments on commit 45822c6

Please sign in to comment.