From 309445b49b569d1c8f7fcf13f446a21cc66f2f41 Mon Sep 17 00:00:00 2001 From: Alvise Susmel Date: Thu, 4 Apr 2013 12:52:35 +0100 Subject: [PATCH] podspec 1.4.1 --- FPPopover.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}'