Skip to content

Instantly share code, notes, and snippets.

@AlexDenisov
Created July 15, 2012 14:14
Show Gist options
  • Save AlexDenisov/3117096 to your computer and use it in GitHub Desktop.
Save AlexDenisov/3117096 to your computer and use it in GitHub Desktop.
Podspec for latest commit of NoticeView
Pod::Spec.new do |s|
s.name = 'NoticeView'
s.version = '2.1.0'
s.license = 'MIT'
s.summary = 'A short description of NoticeView.'
s.homepage = 'https://github.com/tciuro/NoticeView/'
s.author = { 'Tito Ciuro' => '[email protected]' }
s.source = { :git => 'https://github.com/tciuro/NoticeView.git', :tag => '2.1' }
s.platform = :ios
s.source_files = 'NoticeView/WBNoticeView/*.{m,h}'
s.clean_paths = 'NoticeView.xcodeproj', 'NoticeView/*.{pch,h,m,plist}', 'NoticeView/en.lproj', 'NoticeView/Images'
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics', 'QuartzCore'
s.resources = 'NoticeView/WBNoticeView/NoticeView.bundle'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment