Skip to content

Commit

Permalink
[Update] A2DynamicDelegate (1.0.6)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexsander Akers <a2@pandamonia.us>
  • Loading branch information
a2 committed Dec 23, 2011
1 parent f4832d7 commit bb644cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions A2DynamicDelegate/1.0.6/A2DynamicDelegate.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'A2DynamicDelegate'
s.version = '1.0.6'
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.6' }
s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}'
end

0 comments on commit bb644cb

Please sign in to comment.