Skip to content

Commit 689b691

Browse files
committed
build: fix podspec
1 parent f30be97 commit 689b691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BatchMixpanelSwiftDispatcher.podspec

Lines changed: 2 additions & 1 deletion
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 = '1.0.0'
3+
s.version = '1.0.1'
44
s.summary = 'Batch.com Events Dispatcher Mixpanel (Swift) implementation.'
55

66
s.description = <<-DESC
@@ -16,6 +16,7 @@ Pod::Spec.new do |s|
1616
s.platforms = {
1717
"ios" => "10.0"
1818
}
19+
s.swift_version = ['5.0', '5.1', '5.2', '5.3']
1920

2021
s.requires_arc = true
2122
s.static_framework = true

0 commit comments

Comments
 (0)