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 54be13e commit 177c2ee
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 @@
binary "https://downloads.localytics.com/SDKs/iOS/Localytics.json" ~> 5.2
github "mparticle/mparticle-apple-sdk" ~> 7.7.0
github "mparticle/mparticle-apple-sdk" ~> 7.8.0
6 changes: 3 additions & 3 deletions mParticle-Localytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Localytics"
s.version = "7.7.5"
s.version = "7.8.0"
s.summary = "Localytics integration for mParticle"

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

s.ios.deployment_target = "8.0"
s.ios.source_files = 'mParticle-Localytics/*.{h,m,mm}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.7.0'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.8.0'
s.frameworks = 'SystemConfiguration', 'CoreLocation', 'AdSupport'
s.library = 'z', 'sqlite3'
s.ios.dependency 'Localytics', '~> 5.2'
Expand All @@ -28,7 +28,7 @@ Pod::Spec.new do |s|

s.tvos.deployment_target = "9.0"
s.tvos.source_files = 'mParticle-Localytics/*.{h,m,mm}'
s.tvos.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.7.0'
s.tvos.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.8.0'
s.tvos.dependency 'Localytics-tvOS', '1.0.2'

s.tvos.pod_target_xcconfig = {
Expand Down
3 changes: 3 additions & 0 deletions mParticle_Localytics.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-localytics/releases/download/7.7.5/mParticle_Localytics.framework.zip"
},
{
"7.8.0": "https://github.com/mparticle-integrations/mparticle-apple-integration-localytics/releases/download/7.8.0/mParticle_Localytics.framework.zip"
}
]

0 comments on commit 177c2ee

Please sign in to comment.