Skip to content

Commit

Permalink
Add spec for GCDiscreetNotificationView 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Sep 19, 2012
1 parent 28e8535 commit b34a601
Showing 1 changed file with 12 additions and 0 deletions.
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'GCDiscreetNotificationView'
s.version = '1.0.0'
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.0' }
s.platform = :ios
s.source_files = 'GCDiscreetNotificationView/GCDiscreetNotificationView.{h,m}'
s.framework = 'UIKit'
end

0 comments on commit b34a601

Please sign in to comment.