Skip to content

Commit 3059a84

Browse files
authored
cocoapods: update deps
1 parent 63f04b3 commit 3059a84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BatchMixpanelSwiftDispatcher.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'BatchMixpanelSwiftDispatcher'
3-
s.version = '2.0.0'
3+
s.version = '3.0.0'
44
s.summary = 'Batch.com Events Dispatcher Mixpanel (Swift) implementation.'
55

66
s.description = <<-DESC
@@ -12,16 +12,16 @@ Pod::Spec.new do |s|
1212
s.author = { 'Batch.com' => 'support@batch.com' }
1313
s.source = { :git => 'https://github.com/BatchLabs/Batch-iOS-mixpanel-swift-dispatcher.git', :tag => s.version.to_s }
1414

15-
s.ios.deployment_target = '10.0'
15+
s.ios.deployment_target = '11.0'
1616
s.platforms = {
17-
"ios" => "10.0"
17+
"ios" => "11.0"
1818
}
1919
s.swift_version = ['5.0', '5.1', '5.2', '5.3']
2020

2121
s.requires_arc = true
2222
s.static_framework = true
2323

24-
s.dependency 'Batch', '~> 1.17'
24+
s.dependency 'Batch', '~> 1.20'
2525
s.dependency 'Mixpanel-swift'
2626

2727
s.source_files = 'BatchMixpanelSwiftDispatcher/Classes/**/*'

0 commit comments

Comments
 (0)