Skip to content

Commit

Permalink
[New Pod] A2DynamicDelegate (1.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexsander Akers <[email protected]>
  • Loading branch information
a2 committed Dec 18, 2011
1 parent 309e15e commit c0b8a32
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions A2DynamicDelegate/1.0/A2DynamicDelegate.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'A2DynamicDelegate'
s.version = '1.0'
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' => '[email protected]',
'Zachary Waldowski' => '[email protected]' }

s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0' }
s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}'
end

0 comments on commit c0b8a32

Please sign in to comment.