Files
JBChartView/NoticeView/2.1/NoticeView.podspec
T
2012-08-19 00:35:16 -03:00

16 lines
677 B
Ruby

Pod::Spec.new do |s|
s.name = 'NoticeView'
s.version = '2.1'
s.license = 'MIT'
s.summary = 'A TweetBot-like notice component for iOS.'
s.homepage = 'https://github.com/tciuro/NoticeView/'
s.author = { 'Tito Ciuro' => 'tciuro@mac.com' }
s.source = { :git => 'https://github.com/tciuro/NoticeView.git', :tag => '2.1' }
s.platform = :ios
s.source_files = 'NoticeView/WBNoticeView/*.{m,h}'
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics', 'QuartzCore'
s.resources = 'NoticeView/WBNoticeView/NoticeView.bundle'
s.compiler_flags = '-Wno-format', '-Wno-objc-missing-super-calls'
s.requires_arc = true
end