Skip to content

Commit

Permalink
cocoapods: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain authored Aug 10, 2023
1 parent 63f04b3 commit 3059a84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BatchMixpanelSwiftDispatcher.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BatchMixpanelSwiftDispatcher'
s.version = '2.0.0'
s.version = '3.0.0'
s.summary = 'Batch.com Events Dispatcher Mixpanel (Swift) implementation.'

s.description = <<-DESC
Expand All @@ -12,16 +12,16 @@ Pod::Spec.new do |s|
s.author = { 'Batch.com' => '[email protected]' }
s.source = { :git => 'https://github.com/BatchLabs/Batch-iOS-mixpanel-swift-dispatcher.git', :tag => s.version.to_s }

s.ios.deployment_target = '10.0'
s.ios.deployment_target = '11.0'
s.platforms = {
"ios" => "10.0"
"ios" => "11.0"
}
s.swift_version = ['5.0', '5.1', '5.2', '5.3']

s.requires_arc = true
s.static_framework = true

s.dependency 'Batch', '~> 1.17'
s.dependency 'Batch', '~> 1.20'
s.dependency 'Mixpanel-swift'

s.source_files = 'BatchMixpanelSwiftDispatcher/Classes/**/*'
Expand Down

0 comments on commit 3059a84

Please sign in to comment.