JDStatusBarNotification.podspec 871 B

1234567891011121314151617181920
  1. Pod::Spec.new do |s|
  2. s.name = 'JDStatusBarNotification'
  3. s.version = '1.6.0'
  4. s.summary = 'Easy, customizable notifications displayed on top of the statusbar. With progress and activity. iPhone X ready.'
  5. s.description = 'Show messages on top of the status bar. Customizable colors, font and animation. Supports progress display and can show an activity indicator. Supports iOS 6+ and iPhone X.'
  6. s.homepage = 'https://github.com/calimarkus/JDStatusBarNotification'
  7. s.license = { :type => 'MIT' }
  8. s.author = { 'Markus Emrich' => 'markus.emrich@gmail.com' }
  9. s.source = { :git => 'https://github.com/calimarkus/JDStatusBarNotification.git', :tag => "#{s.version}" }
  10. s.source_files = 'JDStatusBarNotification/**'
  11. s.frameworks = 'QuartzCore'
  12. s.platform = :ios, '6.0'
  13. s.requires_arc = true
  14. end