Skip to content

Commit

Permalink
Added pod spec for latest version.
Browse files Browse the repository at this point in the history
This fixes the device orientation bug where the centre of the notification is incorrect.
  • Loading branch information
nickcross committed Apr 2, 2013
1 parent 1a912b6 commit 8ee49df
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'GCDiscreetNotificationView'
s.version = '1.0.2'
s.license = 'MIT'
s.summary = 'A discreet, non-modal, notification view for iOS.'
s.homepage = 'https://github.com/gcamp/GCDiscreetNotificationView'
s.author = { 'Guillaume Campagna' => 'http://gcamp.ca' }
s.source = { :git => 'https://github.com/gcamp/GCDiscreetNotificationView.git', :tag => '1.0.2' }
s.platform = :ios
s.source_files = 'GCDiscreetNotificationView/GCDiscreetNotificationView.{h,m}'
s.framework = 'UIKit'
end

0 comments on commit 8ee49df

Please sign in to comment.