Skip to content

Commit

Permalink
[Update] A2DynamicDelegate (2.0.1)
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Waldowski <zwaldowski@gmail.com>
  • Loading branch information
zwaldowski committed Jun 14, 2012
1 parent 73e1400 commit 30b65c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions A2DynamicDelegate/2.0.1/A2DynamicDelegate.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'A2DynamicDelegate'
s.version = '2.0.1'
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 => 'v2.0.1' }
s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}', 'A2BlockClosure.{h,m}'
s.clean_paths = 'Demo', 'A2DynamicDelegate.xcodeproj', 'Tests'
s.dependency 'libffi'
end

0 comments on commit 30b65c8

Please sign in to comment.