Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussoares committed Jul 23, 2019
1 parent 0a8dab5 commit 33764b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DatePickerDialog.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DatePickerDialog"
s.version = "2.0"
s.version = "3.0"
s.summary = "Date picker dialog for iOS"
s.homepage = "https://github.com/squimer/DatePickerDialog-iOS-Swift"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -11,5 +11,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/squimer/DatePickerDialog-iOS-Swift.git", :tag => s.version }
s.source_files = "Sources/*.swift"
s.requires_arc = true
s.swift_version = '5.0'
end

0 comments on commit 33764b5

Please sign in to comment.