Skip to content

Commit

Permalink
podspec: add support for Batch 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain authored Sep 4, 2024
1 parent 82f3e6a commit 96cd899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BatchMixpanelSwiftDispatcher.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.static_framework = true

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

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

0 comments on commit 96cd899

Please sign in to comment.