Skip to content

Commit

Permalink
Final twiddling of podspec to release 1.1.0 (I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattLewin committed Sep 19, 2018
1 parent 54c5c55 commit 57de625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NumericPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

Pod::Spec.new do |s|
s.name = 'NumericPicker'
s.version = '1.1.1'
s.version = '1.1.0'
s.summary = 'iOS picker for easily selecting numbers by digit.'
s.swift_version = '4.2'

s.description = <<-DESC
NumericPicker is a drop-in iOS picker control written in Swift. It makes simplifies the creation of pickers that allow
Expand All @@ -27,6 +28,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12'

s.source_files = 'Sources'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
s.frameworks = 'UIKit'
end

0 comments on commit 57de625

Please sign in to comment.