12 lines
654 B
Ruby
12 lines
654 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "MAConfirmButton"
|
|
s.version = "0.0.1"
|
|
s.summary = "MAConfirmButton is an animated subclass of UIButton that replicates and improves upon the behavior of the AppStore “Buy Now” buttons. Built and animated with Core Animation layers, it is completely image free."
|
|
s.homepage = "https://github.com/mikeahmarani/MAConfirmButton"
|
|
s.license = 'MIT'
|
|
s.author = "Mike Ahmarani"
|
|
s.source = { :git => "https://github.com/mikeahmarani/MAConfirmButton.git", :commit => "78729c358d5b0857c078549af9428108c8b75ecc" }
|
|
s.platform = :ios
|
|
s.source_files = 'MAConfirmButton'
|
|
end
|