12 lines
558 B
Ruby
12 lines
558 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'UIGlossyButton'
|
|
s.version = '0.0.3'
|
|
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.3' }
|
|
s.source_files = 'UIGlossyButton/UIGlossyButton.{h,m}', 'UIGlossyButton/UIView+LayerEffects.{h,m}'
|
|
end |