Files
JBChartView/A2DynamicDelegate/1.0.7/A2DynamicDelegate.podspec
T
Alexsander Akers 25704162db [Update] A2DynamicDelegate (1.0.7)
Signed-off-by: Alexsander Akers <a2@pandamonia.us>
2012-01-13 11:29:58 -05:00

13 lines
542 B
Ruby

Pod::Spec.new do |s|
s.name = 'A2DynamicDelegate'
s.version = '1.0.7'
s.license = 'BSD'
s.summary = 'Blocks are to functions as A2DynamicDelegate is to delegates.'
s.homepage = 'https://github.com/pandamonia/A2DynamicDelegate'
s.author = { 'Alexsander Akers' => 'a2@pandamonia.us',
'Zachary Waldowski' => 'zwaldowski@gmail.com' }
s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0.7' }
s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}'
end