Skip to content

Commit

Permalink
[Update] NoticeView
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Jul 31, 2012
1 parent d3ea1ff commit e7872df
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NoticeView/2.1/NoticeView.podspec
@@ -0,0 +1,14 @@
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'
end

0 comments on commit e7872df

Please sign in to comment.