mirror of
https://github.com/tappollo/VBFPopFlatButton.git
synced 2026-01-12 22:45:29 +08:00
26 lines
738 B
Ruby
26 lines
738 B
Ruby
Pod::Spec.new do |s|
|
|
|
|
s.name = 'VBFPopFlatButton'
|
|
s.version = '0.0.1'
|
|
s.summary = 'Animated flat button using POP'
|
|
s.homepage = 'https://github.com/iBaro/VBFPopFlatButton'
|
|
s.license = {
|
|
:type => 'MIT',
|
|
:file => 'LICENSE'
|
|
}
|
|
s.author = {
|
|
'Victor Baro' => 'dev.vbaro@gmail.com'
|
|
}
|
|
s.source = {
|
|
:git => 'https://github.com/iBaro/VBFPopFlatButton.git',
|
|
:tag => s.version.to_s
|
|
}
|
|
s.source_files = 'VBFPopFlatButton/VBFPopFlatButtonClasses/*.{m,h}'
|
|
s.requires_arc = true
|
|
s.dependency 'pop'
|
|
s.dependency 'UIColor+FlatColors'
|
|
s.platform = :ios, '7.0'
|
|
|
|
|
|
end
|