Files
JBChartView/SJNotificationViewController/1.0.1/SJNotificationViewController.podspec
T
2012-06-29 15:37:34 +02:00

13 lines
526 B
Ruby

Pod::Spec.new do |s|
s.name = 'SJNotificationViewController'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Lightweight notifications in iOS apps.'
s.author = { 'Scott Jackson' => 'scottjacksonx@gmail.com' }
s.source = { :git => 'https://github.com/ekdevdes/SJNotificationViewController.git', :tag => '1.0.1' }
s.homepage = 'http://github.com/ekdevdes/SJNotificationViewController'
s.framework = 'QuartzCore'
s.platform = :ios
s.source_files = 'SJNotificationViewController{.h,.m,.xib}'
end