Files
JBChartView/UIGlossyButton/0.0.5/UIGlossyButton.podspec
T
2012-06-27 15:40:08 +02:00

15 lines
602 B
Ruby

Pod::Spec.new do |s|
s.name = 'UIGlossyButton'
s.version = '0.0.5'
s.license = 'MIT'
s.summary = 'Generate system like or other nice button without any image.'
s.homepage = 'https://github.com/waterlou/UIGlossyButton'
s.author = { 'waterlou' => 'https://github.com/waterlou' }
s.platform = :ios
s.source = { :git => 'https://github.com/waterlou/UIGlossyButton.git', :tag => 'v0.0.5' }
s.source_files = 'UIGlossyButton/UIGlossyButton.{h,m}', 'UIGlossyButton/UIView+LayerEffects.{h,m}'
s.frameworks = 'UIKit', 'QuartzCore'
end