We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8dab5 commit 33764b5Copy full SHA for 33764b5
DatePickerDialog.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "DatePickerDialog"
3
- s.version = "2.0"
+ s.version = "3.0"
4
s.summary = "Date picker dialog for iOS"
5
s.homepage = "https://github.com/squimer/DatePickerDialog-iOS-Swift"
6
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -11,5 +11,6 @@ Pod::Spec.new do |s|
11
s.source = { :git => "https://github.com/squimer/DatePickerDialog-iOS-Swift.git", :tag => s.version }
12
s.source_files = "Sources/*.swift"
13
s.requires_arc = true
14
+ s.swift_version = '5.0'
15
end
16
0 commit comments