Skip to content

Commit 48802fa

Browse files
committed
updating podspec
1 parent ccd55fe commit 48802fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

FlexibleSteppedProgressBar.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.requires_arc = true
99

1010
# 2
11-
s.version = "0.7.1"
11+
s.version = "0.7.2"
1212

1313
# 3
1414
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -36,5 +36,6 @@ Pod::Spec.new do |s|
3636
s.framework = "UIKit"
3737

3838
s.source_files = "FlexibleSteppedProgressBar/**/*.{swift}"
39+
s.swift_version = '5.1'
3940

4041
end

0 commit comments

Comments
 (0)