Skip to content

Commit 33764b5

Browse files
Update version
1 parent 0a8dab5 commit 33764b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DatePickerDialog.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 = "DatePickerDialog"
3-
s.version = "2.0"
3+
s.version = "3.0"
44
s.summary = "Date picker dialog for iOS"
55
s.homepage = "https://github.com/squimer/DatePickerDialog-iOS-Swift"
66
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -11,5 +11,6 @@ Pod::Spec.new do |s|
1111
s.source = { :git => "https://github.com/squimer/DatePickerDialog-iOS-Swift.git", :tag => s.version }
1212
s.source_files = "Sources/*.swift"
1313
s.requires_arc = true
14+
s.swift_version = '5.0'
1415
end
1516

0 commit comments

Comments
 (0)