Files
JBChartView/ACEToolKit/0.0.1/ACEToolKit.podspec
T
2013-01-22 14:55:41 -08:00

12 lines
555 B
Ruby

Pod::Spec.new do |s|
s.name = 'ACEToolKit'
s.version = '0.0.1'
s.homepage = 'https://github.com/acerbetti/ACEToolKit'
s.author = { 'Stefano Acerbetti' => 'acerbetti@gmail.com' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Development tools to make my life (and yours) a little bit easier.'
s.source = { :git => 'https://github.com/acerbetti/ACEToolKit.git', :commit => 'dc2aeb3757ee625cf8ffa176ad5582da786dd6c0' }
s.source_files = 'ACEToolKit/*.{h,m}'
s.platform = :ios
end