From c0b8a324e440aae8e29430a727ea5f3ddd9aa473 Mon Sep 17 00:00:00 2001 From: Alexsander Akers Date: Sun, 18 Dec 2011 00:23:16 -0500 Subject: [PATCH] [New Pod] A2DynamicDelegate (1.0) Signed-off-by: Alexsander Akers --- A2DynamicDelegate/1.0/A2DynamicDelegate.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 A2DynamicDelegate/1.0/A2DynamicDelegate.podspec diff --git a/A2DynamicDelegate/1.0/A2DynamicDelegate.podspec b/A2DynamicDelegate/1.0/A2DynamicDelegate.podspec new file mode 100644 index 000000000000000..e0c241de7f225a7 --- /dev/null +++ b/A2DynamicDelegate/1.0/A2DynamicDelegate.podspec @@ -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' => 'a2@pandamonia.us', + 'Zachary Waldowski' => 'zwaldowski@gmail.com' } + + s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0' } + s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}' +end