Skip to content

Commit

Permalink
podspec 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvise Susmel committed Apr 4, 2013
1 parent c1c80f8 commit 309445b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FPPopover.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }

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}'

Expand Down

0 comments on commit 309445b

Please sign in to comment.