Skip to content

Commit

Permalink
[Update] JCNotificationBannerPresenter (0.9.1) [James Coleman]
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoleman committed Oct 30, 2012
1 parent 7e7df1e commit cd32f16
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'JCNotificationBannerPresenter'
s.platform = :ios
s.version = '0.9.1'
s.summary = 'A library for generic presentation of "banners" (e.g. to present a push notification) from anywhere inside an iOS app.'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.homepage = 'https://github.com/jcoleman/JCNotificationBannerPresenter'
s.author = { 'James Coleman' => 'jtc331@gmail.com' }
s.requires_arc = true
s.framework = 'QuartzCore'
s.source = { :git => 'https://github.com/jcoleman/JCNotificationBannerPresenter.git', :tag => '0.9.1' }
s.source_files = 'Library/*.{h,m}'
end

0 comments on commit cd32f16

Please sign in to comment.