Skip to content

Commit 7a64e6f

Browse files
committed
cocoapods: specify swift version
1 parent 14ff2b6 commit 7a64e6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BatchExtension.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Pod::Spec.new do |spec|
88
spec.author = { "Batch.com" => "[email protected]" }
99

1010
spec.platform = :ios, "10.0"
11+
spec.swift_version = ['5.0', '5.1', '5.2', '5.3']
1112
spec.source = { :git => "https://github.com/BatchLabs/Batch-iOS-SDK-Extension.git", :tag => "#{spec.version}" }
1213

1314
spec.requires_arc = true

0 commit comments

Comments
 (0)