diff --git a/FPPopover.podspec b/FPPopover.podspec index 13a201d..df3c2cf 100644 --- a/FPPopover.podspec +++ b/FPPopover.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'FPPopover' - s.version = '1.4' + s.version = '1.4.1' s.license = 'BSD' s.summary = 'Alternative to the native iOS UIPopoverController, with iPhone support and look and feel customization.' s.homepage = 'http://www.gingerbeard.me' s.author = { 'Alvise Susmel' => 'alvise@50pixels.com' } - s.source = { :git => 'https://github.com/50pixels/FPPopover.git', :tag => '1.4' } + s.source = { :git => 'https://github.com/50pixels/FPPopover.git', :tag => '1.4.1' } s.platform = :ios s.source_files = '*.{h,m}'