Created
July 15, 2012 14:14
-
-
Save AlexDenisov/3117096 to your computer and use it in GitHub Desktop.
Podspec for latest commit of NoticeView
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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