Files
JBChartView/MAConfirmButton/0.0.1/MAConfirmButton.podspec
T
Fabio Pelosin 301a108173 Back to green.
2012-10-03 15:33:19 +02:00

13 lines
812 B
Ruby

Pod::Spec.new do |s|
s.name = "MAConfirmButton"
s.version = "0.0.1"
s.summary = "Image free subclass of UIButton that replicates and improves upon the behavior and the animations of the AppStore “Buy Now” buttons."
s.description = "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