Skip to content

Commit

Permalink
Update pod spec to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcgill88 committed Jun 15, 2017
1 parent dce6093 commit ea64dfe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions McPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@

Pod::Spec.new do |s|
s.name = 'McPicker'
s.version = '0.2.0'
s.version = '0.3.0'
s.summary = 'McPicker is a UIPickerView drop-in solution with animations that is rotation ready.'

s.description = <<-DESC
McPicker is a UIPickerView replacement with animations and rotation ready. The more string arrays you pass the more picker components you'll get. You can set custom label or use the default.
McPicker is a UIPickerView drop-in solution with animations that is rotation ready. The more string arrays you pass, the more picker components you'll get. You can set custom label or use the defaults. McPicker can be presented as a Popover on iPhone or iPad using showAsPopover or use the default slide up and down style, show.
showAsPopover can be used to display from a UIView or UIBarButtonItem. showAsPopover will always be presented as a Popover, even when used on an iPhone.
DESC

s.homepage = 'https://github.com/kmcgill88/McPicker-iOS'
Expand Down

0 comments on commit ea64dfe

Please sign in to comment.